diff --git a/apps/documenteditor/mobile/src/controller/Main.jsx b/apps/documenteditor/mobile/src/controller/Main.jsx index cf7ada088c..d3e1db4068 100644 --- a/apps/documenteditor/mobile/src/controller/Main.jsx +++ b/apps/documenteditor/mobile/src/controller/Main.jsx @@ -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);