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 && } )