From 465aa4d410cc19aab3c938cdaefc37a2b30db7f1 Mon Sep 17 00:00:00 2001 From: Aurelien Hubert Date: Thu, 28 Feb 2019 09:56:25 +0100 Subject: [PATCH] Fix comment bottom sheet --- .../android/ui/view/rowrepresentable/SessionRow.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 12c645f5..408babda 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 @@ -122,7 +122,7 @@ enum class SessionRow : RowRepresentable { GAME -> BottomSheetType.LIST_GAME LOCATION, BANKROLL, TOURNAMENT_TYPE -> BottomSheetType.LIST TABLE_SIZE -> BottomSheetType.GRID - COMMENT -> BottomSheetType.EDIT_TEXT + COMMENT -> BottomSheetType.EDIT_TEXT_MULTI_LINES else -> BottomSheetType.NONE } }