mirror of
https://github.com/FossifyOrg/File-Manager.git
synced 2026-03-05 06:56:49 -05:00
do not refresh items on setColors
This commit is contained in:
@@ -37,7 +37,6 @@ class ItemsFragment(context: Context, attributeSet: AttributeSet) : CoordinatorL
|
||||
var isPickMultipleIntent = false
|
||||
|
||||
private var activity: SimpleActivity? = null
|
||||
private var isFirstResume = true
|
||||
private var showHidden = false
|
||||
private var skipItemUpdating = false
|
||||
private var isSearchOpen = false
|
||||
@@ -68,12 +67,6 @@ class ItemsFragment(context: Context, attributeSet: AttributeSet) : CoordinatorL
|
||||
|
||||
breadcrumbs.updateColor(textColor)
|
||||
items_fastscroller.updateBubbleColors()
|
||||
|
||||
if (!isFirstResume) {
|
||||
refreshItems()
|
||||
}
|
||||
|
||||
isFirstResume = false
|
||||
}
|
||||
|
||||
fun updateFontSize() {
|
||||
|
||||
Reference in New Issue
Block a user