Skip to content

Commit

Permalink
do not refresh items on setColors
Browse files Browse the repository at this point in the history
  • Loading branch information
tibbi committed May 19, 2021
1 parent 740a4e0 commit 3001db8
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -68,12 +67,6 @@ class ItemsFragment(context: Context, attributeSet: AttributeSet) : CoordinatorL

breadcrumbs.updateColor(textColor)
items_fastscroller.updateBubbleColors()

if (!isFirstResume) {
refreshItems()
}

isFirstResume = false
}

fun updateFontSize() {
Expand Down

0 comments on commit 3001db8

Please sign in to comment.