updating commons

This commit is contained in:
tibbi 2022-03-21 12:33:59 +01:00
parent 757e6a0797
commit e7e27b7300
2 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ android {
}
dependencies {
implementation 'com.github.SimpleMobileTools:Simple-Commons:7712724fc8'
implementation 'com.github.SimpleMobileTools:Simple-Commons:47f816b35e'
implementation 'com.github.Stericson:RootTools:df729dcb13'
implementation 'com.github.Stericson:RootShell:1.6'
implementation 'com.alexvasilkov:gesture-views:2.5.2'

View File

@ -127,7 +127,7 @@ class ItemsFragment(context: Context, attributeSet: AttributeSet) : MyViewPagerF
skipItemUpdating = false
activity?.runOnUiThread {
items_swipe_refresh?.isRefreshing = false
breadcrumbs.setBreadcrumb(currentPath)
breadcrumbs.setBreadcrumb(currentPath, false)
if (!forceRefresh && items.hashCode() == storedItems.hashCode()) {
return@runOnUiThread
}