From 708104e247017d8b85bd2bb8061faaba1249ea1e Mon Sep 17 00:00:00 2001 From: SergeyEzhin Date: Wed, 17 May 2023 15:24:29 +0300 Subject: [PATCH] [DE mobile] Fix Bug 62639 --- apps/documenteditor/mobile/src/page/main.jsx | 26 ++++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/apps/documenteditor/mobile/src/page/main.jsx b/apps/documenteditor/mobile/src/page/main.jsx index 96646f5be2..d78a72f2e8 100644 --- a/apps/documenteditor/mobile/src/page/main.jsx +++ b/apps/documenteditor/mobile/src/page/main.jsx @@ -206,19 +206,6 @@ class MainPage extends Component { {/* { Device.phone ? null : } */} - {isFabShow && - -
this.turnOffViewerMode()}> - -
-
- } this.handleOptionsViewClosed('snackbar')} @@ -254,6 +241,19 @@ class MainPage extends Component { !this.state.navigationVisible ? null : } + {isFabShow && + +
this.turnOffViewerMode()}> + +
+
+ } {appOptions.isDocReady && } )