mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-04-04 02:31:08 +02: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) {
|
for (note in notes) {
|
||||||
addLockedNoteView(note)
|
addLockedNoteView(note)
|
||||||
}
|
}
|
||||||
|
|
||||||
activity.getAlertDialogBuilder()
|
activity.getAlertDialogBuilder()
|
||||||
.setPositiveButton(R.string.skip, null)
|
.setPositiveButton(R.string.skip, null)
|
||||||
.setNegativeButton(R.string.cancel, null)
|
.setNegativeButton(R.string.cancel, null)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user