fix vault

This commit is contained in:
ammarahm-ed
2020-03-14 12:13:00 +05:00
parent 95bb25eed4
commit d6871bab39
6 changed files with 156 additions and 96 deletions

View File

@@ -339,7 +339,7 @@ export const ActionSheetComponent = ({
if (note.locked) {
close();
openVault(note, true, false, true, false, false);
openVault(note, true, true, true, false, false);
return;
} else {