Skip to content

Commit 0e37317

Browse files
committed
update commons to 5.21.28
1 parent 9657c32 commit 0e37317

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
@@ -58,7 +58,7 @@ android {
5858
}
5959

6060
dependencies {
61-
implementation 'com.simplemobiletools:commons:5.21.19'
61+
implementation 'com.simplemobiletools:commons:5.21.28'
6262
implementation 'com.github.Stericson:RootTools:df729dcb13'
6363
implementation 'com.github.Stericson:RootShell:1.6'
6464
implementation 'com.alexvasilkov:gesture-views:2.5.2'

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
@@ -374,7 +374,7 @@ class ItemsFragment : Fragment(), ItemOperationsListener, Breadcrumbs.Breadcrumb
374374

375375
override fun breadcrumbClicked(id: Int) {
376376
if (id == 0) {
377-
StoragePickerDialog(activity as SimpleActivity, currentPath) {
377+
StoragePickerDialog(activity as SimpleActivity, currentPath, true) {
378378
getRecyclerAdapter()?.finishActMode()
379379
openPath(it)
380380
}

0 commit comments

Comments
 (0)