refresh letters fastscroller on search close too

This commit is contained in:
tibbi 2020-05-12 15:33:41 +02:00
parent ba4a3ae8d7
commit ef245552b4
1 changed files with 1 additions and 0 deletions

View File

@ -123,6 +123,7 @@ class ContactsFragment(context: Context, attributeSet: AttributeSet) : MyViewPag
fun onSearchClosed() {
(fragment_list.adapter as? ContactsAdapter)?.updateItems(allContacts)
setupLetterFastscroller(allContacts)
}
fun onSearchQueryChanged(text: String) {