Skip to content

Commit 13dbe73

Browse files
committed
fix #258, properly update Checklist widgets at updating the note
1 parent 5f73989 commit 13dbe73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/kotlin/com/simplemobiletools/notes/pro/fragments/ChecklistFragment.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ class ChecklistFragment : NoteFragment(), ChecklistItemsListener {
123123

124124
note!!.value = Gson().toJson(items)
125125
context?.notesDB?.insertOrUpdate(note!!)
126+
context?.updateWidgets()
126127
}
127128
}.start()
128129
}

0 commit comments

Comments
 (0)