From 0e373172df927d22a12b786c93a0328e49d556c7 Mon Sep 17 00:00:00 2001 From: tibbi Date: Wed, 29 Jan 2020 20:28:04 +0100 Subject: [PATCH] update commons to 5.21.28 --- app/build.gradle | 2 +- .../filemanager/pro/fragments/ItemsFragment.kt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index c90b4cf7..5c6d60d2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -58,7 +58,7 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:5.21.19' + implementation 'com.simplemobiletools:commons:5.21.28' implementation 'com.github.Stericson:RootTools:df729dcb13' implementation 'com.github.Stericson:RootShell:1.6' implementation 'com.alexvasilkov:gesture-views:2.5.2' diff --git a/app/src/main/kotlin/com/simplemobiletools/filemanager/pro/fragments/ItemsFragment.kt b/app/src/main/kotlin/com/simplemobiletools/filemanager/pro/fragments/ItemsFragment.kt index ceaa2ecf..42827b09 100644 --- a/app/src/main/kotlin/com/simplemobiletools/filemanager/pro/fragments/ItemsFragment.kt +++ b/app/src/main/kotlin/com/simplemobiletools/filemanager/pro/fragments/ItemsFragment.kt @@ -374,7 +374,7 @@ class ItemsFragment : Fragment(), ItemOperationsListener, Breadcrumbs.Breadcrumb override fun breadcrumbClicked(id: Int) { if (id == 0) { - StoragePickerDialog(activity as SimpleActivity, currentPath) { + StoragePickerDialog(activity as SimpleActivity, currentPath, true) { getRecyclerAdapter()?.finishActMode() openPath(it) }