Skip to content

Commit e7e27b7

Browse files
committed
updating commons
1 parent 757e6a0 commit e7e27b7

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:7712724fc8'
66+
implementation 'com.github.SimpleMobileTools:Simple-Commons:47f816b35e'
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)
130+
breadcrumbs.setBreadcrumb(currentPath, false)
131131
if (!forceRefresh && items.hashCode() == storedItems.hashCode()) {
132132
return@runOnUiThread
133133
}

0 commit comments

Comments
 (0)