Fixes build

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

@ -281,7 +281,7 @@ class HandHistoryFragment : RealmFragment(), RowRepresentableDelegate, KeyboardL
this.findNextActionToEdit() this.findNextActionToEdit()
} }
override fun clearAmount() { override fun amountCleared() {
this.model.clearAmount() this.model.clearAmount()
// this.refreshCurrentRow() // this.refreshCurrentRow()
} }

Loading…
Cancel
Save