@ -77,7 +77,6 @@ class DataListFragment : PokerAnalyticsFragment(), DisplayableDelegate {
this.items = this.dataType.items(realm)
this.items.addChangeListener { newItems ->
Timber.d("newItems: ${newItems.size}")
realm.refresh()
this.recyclerView.adapter?.notifyDataSetChanged()
}