Fixes crash

hh
Laurent 6 years ago
parent 64a60bdd7d
commit cae36ce9f7
  1. 2
      app/src/main/java/net/pokeranalytics/android/ui/modules/handhistory/model/HandHistoryViewModel.kt
  2. 2
      app/src/main/java/net/pokeranalytics/android/ui/modules/handhistory/views/KeyboardAmountView.kt

@ -205,7 +205,7 @@ class HandHistoryViewModel : ViewModel(), RowRepresentableDataSource, CardCentra
} else {
readRowRepresentation()
}
this.selectionLiveData.value = null // remove any possibly outdated selection
}
private fun readRowRepresentation(): MutableList<RowRepresentable> {

@ -128,7 +128,7 @@ class KeyboardAmountView(context: Context) : AbstractKeyboardView(context),
fun setEditText(editText: EditText, amount: Double?) {
Timber.d("edit text = $editText")
// Timber.d("edit text = $editText")
this.editText = editText

Loading…
Cancel
Save