This commit is contained in:
ammarahm-ed
2020-11-17 20:22:40 +05:00
parent 0b6a0bd9f8
commit e8ff9051d7
3 changed files with 35 additions and 6 deletions

View File

@@ -154,7 +154,12 @@ export const ActionSheetComponent = ({
icon: 'share-variant',
func: () => {
if (note.locked) {
openVault(item, false, true, false, false, true);
openVault({
item:item,
novault:true,
locked:true,
share:true,
})
} else {
close();
let m = `${note.title}\n \n ${note.content.text}`;