adding a newline

This commit is contained in:
Tibor Kaputa 2023-03-23 10:52:46 +01:00 committed by GitHub
parent 80aada524b
commit d54424a5b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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)