mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-06-05 17:00:23 +02:00
allow creating notes of a new type, Checklist
This commit is contained in:
@ -312,8 +312,8 @@ class MainActivity : SimpleActivity() {
|
||||
|
||||
private fun displayNewNoteDialog(value: String = "") {
|
||||
NewNoteDialog(this) {
|
||||
val newNote = Note(null, it, value, TYPE_NOTE)
|
||||
addNewNote(newNote)
|
||||
it.value = value
|
||||
addNewNote(it)
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user