From d2d4186d2e8558ebe3a20a8acf988db9373ea83f Mon Sep 17 00:00:00 2001 From: tibbi Date: Mon, 7 Feb 2022 19:12:38 +0100 Subject: [PATCH] finish actmode on showing NewItemDialog --- .../simplemobiletools/notes/pro/fragments/ChecklistFragment.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/kotlin/com/simplemobiletools/notes/pro/fragments/ChecklistFragment.kt b/app/src/main/kotlin/com/simplemobiletools/notes/pro/fragments/ChecklistFragment.kt index 0c2d2de2..236723ba 100644 --- a/app/src/main/kotlin/com/simplemobiletools/notes/pro/fragments/ChecklistFragment.kt +++ b/app/src/main/kotlin/com/simplemobiletools/notes/pro/fragments/ChecklistFragment.kt @@ -106,6 +106,7 @@ class ChecklistFragment : NoteFragment(), ChecklistItemsListener { setOnClickListener { showNewItemDialog() + (view.checklist_list.adapter as? ChecklistAdapter)?.finishActMode() } }