partially fix note locking

This commit is contained in:
ammarahm-ed
2020-03-03 15:57:52 +05:00
parent 0f6ba58e6f
commit 99a5374d9b
3 changed files with 17 additions and 9 deletions

View File

@@ -464,6 +464,12 @@ export class DialogManager extends Component {
colors={colors}
note={item}
perm={isPerm}
reset={() => {
this.setState({
isPerm: false,
shareAfterUnlock: false,
});
}}
shareAfterUnlock={shareAfterUnlock}
openedToUnlock={false}
visible={vaultDialog}