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

@ -51,7 +51,7 @@ android {
}
dependencies {
implementation 'com.simplemobiletools:commons:5.8.5'
implementation 'com.simplemobiletools:commons:5.9.18'
implementation 'com.github.Stericson:RootTools:df729dcb13'
implementation 'com.alexvasilkov:gesture-views:2.5.2'
}

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])