Fixes crash

hh
Laurent 6 years ago
parent 85660bf7bd
commit 455b7ca218
  1. 1
      app/src/main/java/net/pokeranalytics/android/ui/modules/handhistory/model/ComputedAction.kt

@ -200,6 +200,7 @@ class ComputedAction(var manager: ActionManager,
override fun keyboardForTag(tag: Int): HHKeyboard? {
return when (tag) {
Tag.PLAYER.ordinal -> null
Tag.ACTION.ordinal -> HHKeyboard.ACTION
Tag.AMOUNT.ordinal -> HHKeyboard.AMOUNT
else -> throw PAIllegalStateException("unmanaged tag: $tag")

Loading…
Cancel
Save