Laurent 6 years ago
parent c0ba02220d
commit dc382b8c5b
  1. 2
      app/src/main/java/net/pokeranalytics/android/ui/modules/handhistory/HandHistoryFragment.kt

@ -309,7 +309,7 @@ class HandHistoryFragment : RealmFragment(), RowRepresentableDelegate, KeyboardL
Timber.d("onRowSelected: $position, tag = $tag, row = $row") Timber.d("onRowSelected: $position, tag = $tag, row = $row")
if (row == HandRowType.SETTINGS_HEADER) { if (row == HandRowType.SETTINGS_HEADER) {
val ru = this.model.toggleSettingsRows() this.model.toggleSettingsRows()
this.handHistoryAdapter.notifyDataSetChanged() this.handHistoryAdapter.notifyDataSetChanged()
return return
} }

Loading…
Cancel
Save