From 5b14159d9f616712a38c4f06de6a7f18976ea4cf Mon Sep 17 00:00:00 2001 From: hammond Date: Mon, 13 Mar 2023 15:24:34 +0900 Subject: [PATCH] =?UTF-8?q?fix-146:=20=ED=94=8C=EB=9E=98=EB=84=88=20?= =?UTF-8?q?=ED=99=94=EB=A9=B4=20=EC=9D=B8=EC=A6=9D=20=EC=95=88=EB=90=9C=20?= =?UTF-8?q?=ED=88=AC=EB=91=90=20=EB=A9=94=EB=89=B4=20=EC=95=84=EC=9D=B4?= =?UTF-8?q?=ED=85=9C=20=EB=A6=AC=EC=8A=A4=ED=8A=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ui/common/dialog/SelectMenuBottomSheetDialog.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/presentation/src/main/java/com/plub/presentation/ui/common/dialog/SelectMenuBottomSheetDialog.kt b/presentation/src/main/java/com/plub/presentation/ui/common/dialog/SelectMenuBottomSheetDialog.kt index f7897acd0..b458a2555 100644 --- a/presentation/src/main/java/com/plub/presentation/ui/common/dialog/SelectMenuBottomSheetDialog.kt +++ b/presentation/src/main/java/com/plub/presentation/ui/common/dialog/SelectMenuBottomSheetDialog.kt @@ -167,10 +167,10 @@ class SelectMenuBottomSheetDialog : BottomSheetDialogFragment() { DialogMenuItemType.TODO_PLANNER ) DialogMenuType.TODO_PLANNER_CHECKED_PROOFED_TYPE -> listOf( - DialogMenuItemType.TODO_PROOF, DialogMenuItemType.TODO_DELETE ) DialogMenuType.TODO_PLANNER_CHECKED_NOT_PROOFED_TYPE -> listOf( + DialogMenuItemType.TODO_PROOF, DialogMenuItemType.TODO_DELETE ) DialogMenuType.TODO_PLANNER_UNCHECKED_TYPE -> listOf(