mirror of
https://github.com/FossifyOrg/Notes.git
synced 2026-06-11 18:19:15 -04:00
fix #258, properly update Checklist widgets at updating the note
This commit is contained in:
@@ -123,6 +123,7 @@ class ChecklistFragment : NoteFragment(), ChecklistItemsListener {
|
||||
|
||||
note!!.value = Gson().toJson(items)
|
||||
context?.notesDB?.insertOrUpdate(note!!)
|
||||
context?.updateWidgets()
|
||||
}
|
||||
}.start()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user