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