Skip to content

Commit 15b772b

Browse files
committed
updating commons
1 parent 1e2c534 commit 15b772b

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
@@ -63,7 +63,7 @@ android {
6363
}
6464

6565
dependencies {
66-
implementation 'com.github.SimpleMobileTools:Simple-Commons:24fca0324f'
66+
implementation 'com.github.SimpleMobileTools:Simple-Commons:beb62cf4b9'
6767
implementation 'com.github.Stericson:RootTools:df729dcb13'
6868
implementation 'com.github.Stericson:RootShell:1.6'
6969
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
@@ -127,7 +127,7 @@ class ItemsFragment(context: Context, attributeSet: AttributeSet) : MyViewPagerF
127127
skipItemUpdating = false
128128
activity?.runOnUiThread {
129129
items_swipe_refresh?.isRefreshing = false
130-
breadcrumbs.setBreadcrumb(currentPath, false)
130+
breadcrumbs.setBreadcrumb(currentPath)
131131
if (!forceRefresh && items.hashCode() == storedItems.hashCode()) {
132132
return@runOnUiThread
133133
}

0 commit comments

Comments
 (0)