do not notify dataset change on resume
This commit is contained in:
parent
2f3695c753
commit
3f6683ee09
|
@ -61,7 +61,6 @@ class ItemsFragment : android.support.v4.app.Fragment(), ItemsAdapter.ItemOperat
|
||||||
fillItems()
|
fillItems()
|
||||||
mStoredTextColor = context.config.textColor
|
mStoredTextColor = context.config.textColor
|
||||||
}
|
}
|
||||||
items_list.adapter?.notifyDataSetChanged()
|
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun onPause() {
|
override fun onPause() {
|
||||||
|
|
Loading…
Reference in New Issue