remove the call on realm.refresh in DataListFragment

dev_raz_wip
Razmig Sarkissian 7 years ago
parent b8e1e698c4
commit f817c9c831
  1. 1
      app/src/main/java/net/pokeranalytics/android/ui/fragment/DataListFragment.kt

@ -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()
}
}

Loading…
Cancel
Save