fix(web): incorrect native access

This commit is contained in:
Mo
2022-09-27 07:23:21 -05:00
parent 31213bf268
commit b9a07d8b5a

View File

@@ -323,7 +323,7 @@ export class ThemeManager extends AbstractService {
removeFromArray(this.activeThemes, uuid)
if (this.activeThemes.length === 0) {
if (this.activeThemes.length === 0 && this.application.isNativeMobileWeb()) {
this.application.mobileDevice.handleThemeSchemeChange(false)
}
}