Add comment

feature/top10
Aurelien Hubert 7 years ago
parent a3bf175813
commit 33ba5dc9af
  1. 1
      app/src/main/java/net/pokeranalytics/android/ui/fragment/DataListFragment.kt

@ -100,6 +100,7 @@ class DataListFragment : PokerAnalyticsFragment(), LiveRowRepresentableDataSourc
if (mRecentlyDeletedItem is RealmObject) {
// Check if the object is valid for the deletion
if ((mRecentlyDeletedItem as Manageable).isValidForDelete()) {
deletedItem = getRealm().copyFromRealm(mRecentlyDeletedItem)
getRealm().executeTransaction {

Loading…
Cancel
Save