From 2839e4ffd0804b5f6745fc277b7b0d9484476e6f Mon Sep 17 00:00:00 2001 From: ShimaginAndrey Date: Fri, 6 Aug 2021 12:29:19 +0300 Subject: [PATCH] [DE] Fix Bug 51768 --- .../mobile/src/controller/settings/ApplicationSettings.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/documenteditor/mobile/src/controller/settings/ApplicationSettings.jsx b/apps/documenteditor/mobile/src/controller/settings/ApplicationSettings.jsx index dbad0f696b..2dd0d8bf07 100644 --- a/apps/documenteditor/mobile/src/controller/settings/ApplicationSettings.jsx +++ b/apps/documenteditor/mobile/src/controller/settings/ApplicationSettings.jsx @@ -39,8 +39,8 @@ class ApplicationSettingsController extends Component { this.props.storeAppOptions.changeCanViewComments(value); if (!value) { - api.asc_hideComments(); this.switchDisplayResolved(value); + api.asc_hideComments(); LocalStorage.setBool("de-settings-resolvedcomment", false); } else { const resolved = LocalStorage.getBool("de-settings-resolvedcomment");