mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-03-25 21:10:12 +01:00
adding a newline
This commit is contained in:
parent
80aada524b
commit
d54424a5b4
@ -21,6 +21,7 @@ class UnlockNotesDialog(val activity: BaseSimpleActivity, val notes: List<Note>,
|
||||
for (note in notes) {
|
||||
addLockedNoteView(note)
|
||||
}
|
||||
|
||||
activity.getAlertDialogBuilder()
|
||||
.setPositiveButton(R.string.skip, null)
|
||||
.setNegativeButton(R.string.cancel, null)
|
||||
|
Loading…
x
Reference in New Issue
Block a user