diff --git a/app/build.gradle b/app/build.gradle index bc2fa30e..03937908 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -63,7 +63,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:24fca0324f' + implementation 'com.github.SimpleMobileTools:Simple-Commons:beb62cf4b9' 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 0a1a0e23..9fd47fda 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 @@ -127,7 +127,7 @@ class ItemsFragment(context: Context, attributeSet: AttributeSet) : MyViewPagerF skipItemUpdating = false activity?.runOnUiThread { items_swipe_refresh?.isRefreshing = false - breadcrumbs.setBreadcrumb(currentPath, false) + breadcrumbs.setBreadcrumb(currentPath) if (!forceRefresh && items.hashCode() == storedItems.hashCode()) { return@runOnUiThread }