diff --git a/app/src/main/java/net/pokeranalytics/android/ui/modules/handhistory/model/ComputedAction.kt b/app/src/main/java/net/pokeranalytics/android/ui/modules/handhistory/model/ComputedAction.kt index 18e2fed5..31966a32 100644 --- a/app/src/main/java/net/pokeranalytics/android/ui/modules/handhistory/model/ComputedAction.kt +++ b/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")