mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-03-23 03:50:07 +01:00
Remove useless comment
This commit is contained in:
parent
391271512e
commit
fb0020103a
@ -33,7 +33,6 @@ class OpenNoteDialog(val activity: BaseSimpleActivity, val callback: (checkedId:
|
||||
callback(it.id!!, null)
|
||||
dialog?.dismiss()
|
||||
} else {
|
||||
// New note
|
||||
NewNoteDialog(activity, setChecklistAsDefault = false) {
|
||||
callback(0, it)
|
||||
dialog?.dismiss()
|
||||
|
Loading…
x
Reference in New Issue
Block a user