diff --git a/app/src/main/java/net/pokeranalytics/android/ui/view/rowrepresentable/SessionRow.kt b/app/src/main/java/net/pokeranalytics/android/ui/view/rowrepresentable/SessionRow.kt index 0740dfc1..688e46a2 100644 --- a/app/src/main/java/net/pokeranalytics/android/ui/view/rowrepresentable/SessionRow.kt +++ b/app/src/main/java/net/pokeranalytics/android/ui/view/rowrepresentable/SessionRow.kt @@ -296,8 +296,8 @@ enum class SessionRow : RowRepresentable { RowRepresentableEditDescriptor(sb ?: 0.0), RowRepresentableEditDescriptor(bb ?: 0.0), RowRepresentableEditDescriptor(tips ?: 0.0), - RowRepresentableEditDescriptor("", inputType = InputType.TYPE_CLASS_NUMBER), - RowRepresentableEditDescriptor("", inputType = InputType.TYPE_CLASS_NUMBER) + RowRepresentableEditDescriptor("", inputType = InputType.TYPE_CLASS_NUMBER or InputType.TYPE_NUMBER_FLAG_DECIMAL), + RowRepresentableEditDescriptor("", inputType = InputType.TYPE_CLASS_NUMBER or InputType.TYPE_NUMBER_FLAG_DECIMAL) ) } TOURNAMENT_TYPE -> {