update commons to 5.21.28

This commit is contained in:
tibbi 2020-01-29 20:28:04 +01:00
parent 9657c320e6
commit 0e373172df
2 changed files with 2 additions and 2 deletions

View File

@ -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'

View File

@ -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)
}