mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 06:08:33 +08:00
[DE mobile] Fix Bug 66293
This commit is contained in:
@ -241,7 +241,6 @@ class MainController extends Component {
|
||||
|
||||
const { t } = this.props;
|
||||
const appOptions = this.props.storeAppOptions;
|
||||
const isForm = appOptions.isForm;
|
||||
const isOForm = appOptions.isOForm;
|
||||
const appSettings = this.props.storeApplicationSettings;
|
||||
|
||||
@ -276,7 +275,7 @@ class MainController extends Component {
|
||||
|
||||
value = LocalStorage.getBool('mobile-view', true);
|
||||
|
||||
if(value && !isForm) {
|
||||
if(value) {
|
||||
this.api.ChangeReaderMode();
|
||||
} else {
|
||||
appOptions.changeMobileView();
|
||||
|
||||
Reference in New Issue
Block a user