Skip to content

Commit 209494b

Browse files
committed
update commons to 5.9.18
1 parent e77bb73 commit 209494b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ android {
5151
}
5252

5353
dependencies {
54-
implementation 'com.simplemobiletools:commons:5.8.5'
54+
implementation 'com.simplemobiletools:commons:5.9.18'
5555
implementation 'com.github.Stericson:RootTools:df729dcb13'
5656
implementation 'com.alexvasilkov:gesture-views:2.5.2'
5757
}

app/src/main/kotlin/com/simplemobiletools/filemanager/pro/fragments/ItemsFragment.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ class ItemsFragment : Fragment(), ItemOperationsListener, Breadcrumbs.Breadcrumb
154154
}
155155
items_fastscroller.allowBubbleDisplay = context.config.showInfoBubble
156156
items_fastscroller.setViews(items_list, mView.items_swipe_refresh) {
157-
items_fastscroller.updateBubbleText(storedItems.getOrNull(it)?.getBubbleText() ?: "")
157+
items_fastscroller.updateBubbleText(storedItems.getOrNull(it)?.getBubbleText(context) ?: "")
158158
}
159159

160160
getRecyclerLayoutManager().onRestoreInstanceState(scrollStates[currentPath])

0 commit comments

Comments
 (0)