[DE mobile] Fix Bug 62919

This commit is contained in:
SergeyEzhin
2023-06-07 14:57:20 +03:00
parent 99ef919cb7
commit f50ba16d2f

View File

@ -810,6 +810,7 @@ class MainController extends Component {
}
storeAppOptions.setProtection(isProtected);
storeAppOptions.setTypeProtection(props.type);
props && this.applyRestrictions(props.type);
Common.Notifications.trigger('protect:doclock', props);