do not refresh items on setColors
This commit is contained in:
parent
740a4e095d
commit
3001db8769
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue