[DE mobile] Fix Bug 66293

This commit is contained in:
SergeyEzhin
2024-02-15 16:15:57 +01:00
parent 42402125a5
commit 67b37a6927

View File

@ -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();