do not notify dataset change on resume

This commit is contained in:
tibbi 2017-03-18 17:42:07 +01:00
parent 2f3695c753
commit 3f6683ee09
1 changed files with 0 additions and 1 deletions

View File

@ -61,7 +61,6 @@ class ItemsFragment : android.support.v4.app.Fragment(), ItemsAdapter.ItemOperat
fillItems()
mStoredTextColor = context.config.textColor
}
items_list.adapter?.notifyDataSetChanged()
}
override fun onPause() {