From f50ba16d2f7a3eb6ae51627d29afa16cceb3e488 Mon Sep 17 00:00:00 2001 From: SergeyEzhin Date: Wed, 7 Jun 2023 14:57:20 +0300 Subject: [PATCH] [DE mobile] Fix Bug 62919 --- apps/documenteditor/mobile/src/controller/Main.jsx | 1 + 1 file changed, 1 insertion(+) 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);