mirror of
https://github.com/SimpleMobileTools/Simple-File-Manager.git
synced 2025-02-07 05:45:49 +01:00
fix #374, show proper side bubble text at using Search
This commit is contained in:
parent
1fcc63ebea
commit
90091ff6c5
@ -173,8 +173,8 @@ class ItemsFragment : Fragment(), ItemOperationsListener, Breadcrumbs.Breadcrumb
|
||||
}
|
||||
|
||||
items_fastscroller.setViews(items_list, items_swipe_refresh) {
|
||||
items_fastscroller.updateBubbleText(storedItems.getOrNull(it)?.getBubbleText(context, storedDateFormat, storedTimeFormat)
|
||||
?: "")
|
||||
val listItem = getRecyclerAdapter()?.listItems?.getOrNull(it)
|
||||
items_fastscroller.updateBubbleText(listItem?.getBubbleText(context, storedDateFormat, storedTimeFormat) ?: "")
|
||||
}
|
||||
|
||||
getRecyclerLayoutManager().onRestoreInstanceState(scrollStates[currentPath])
|
||||
|
Loading…
x
Reference in New Issue
Block a user