update commons to 5.9.18

This commit is contained in:
tibbi
2019-03-01 12:04:27 +01:00
parent e77bb73516
commit 209494bab4
2 changed files with 2 additions and 2 deletions

View File

@@ -154,7 +154,7 @@ class ItemsFragment : Fragment(), ItemOperationsListener, Breadcrumbs.Breadcrumb
}
items_fastscroller.allowBubbleDisplay = context.config.showInfoBubble
items_fastscroller.setViews(items_list, mView.items_swipe_refresh) {
items_fastscroller.updateBubbleText(storedItems.getOrNull(it)?.getBubbleText() ?: "")
items_fastscroller.updateBubbleText(storedItems.getOrNull(it)?.getBubbleText(context) ?: "")
}
getRecyclerLayoutManager().onRestoreInstanceState(scrollStates[currentPath])