mirror of
https://github.com/SimpleMobileTools/Simple-File-Manager.git
synced 2025-02-06 13:24:09 +01:00
updating commons
This commit is contained in:
parent
15175c6c5e
commit
00b09d36d0
@ -63,7 +63,7 @@ android {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'com.github.SimpleMobileTools:Simple-Commons:7e3374977a'
|
||||
implementation 'com.github.SimpleMobileTools:Simple-Commons:3abc10fcdb'
|
||||
implementation 'com.github.Stericson:RootTools:df729dcb13'
|
||||
implementation 'com.github.Stericson:RootShell:1.6'
|
||||
implementation 'com.alexvasilkov:gesture-views:2.5.2'
|
||||
|
@ -574,7 +574,7 @@ class ItemsAdapter(
|
||||
}
|
||||
}
|
||||
} else {
|
||||
activity.deleteFileBg(fileDirItem, false) {
|
||||
activity.deleteFileBg(fileDirItem, false, false) {
|
||||
if (it) {
|
||||
extractEntry(newPath, entry, zipInputStream)
|
||||
} else {
|
||||
|
@ -70,7 +70,7 @@ class ItemsFragment(context: Context, attributeSet: AttributeSet) : MyViewPagerF
|
||||
override fun setupFontSize() {
|
||||
getRecyclerAdapter()?.updateFontSizes()
|
||||
if (currentPath != "") {
|
||||
breadcrumbs.updateFontSize(context!!.getTextSize())
|
||||
breadcrumbs.updateFontSize(context!!.getTextSize(), false)
|
||||
}
|
||||
}
|
||||
|
||||
@ -123,7 +123,7 @@ class ItemsFragment(context: Context, attributeSet: AttributeSet) : MyViewPagerF
|
||||
|
||||
storedItems = items
|
||||
if (items_list.adapter == null) {
|
||||
breadcrumbs.updateFontSize(context!!.getTextSize())
|
||||
breadcrumbs.updateFontSize(context!!.getTextSize(), true)
|
||||
}
|
||||
|
||||
ItemsAdapter(activity as SimpleActivity, storedItems, this, items_list, isPickMultipleIntent, items_swipe_refresh) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user