update commons to 5.21.28
This commit is contained in:
parent
9657c320e6
commit
0e373172df
|
@ -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'
|
||||
|
|
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue