Skip to content

Commit fb00201

Browse files
committed
Remove useless comment
1 parent 3912715 commit fb00201

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/src/main/kotlin/com/simplemobiletools/notes/pro/dialogs/OpenNoteDialog.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ class OpenNoteDialog(val activity: BaseSimpleActivity, val callback: (checkedId:
3333
callback(it.id!!, null)
3434
dialog?.dismiss()
3535
} else {
36-
// New note
3736
NewNoteDialog(activity, setChecklistAsDefault = false) {
3837
callback(0, it)
3938
dialog?.dismiss()

0 commit comments

Comments
 (0)