fix: Fixed issue on iOS where status bar colors would not adjust according to the theme

This commit is contained in:
Aman Harwara
2023-07-31 23:40:30 +05:30
parent a3cf2b9565
commit 9e95774203

View File

@@ -331,7 +331,7 @@ export class ThemeManager extends AbstractUIServicee {
link.onload = () => {
this.syncThemeColorMetadata()
if (this.application.isNativeMobileWeb()) {
if (this.application.isNativeMobileWeb() && !theme.layerable) {
const packageInfo = theme.featureDescription
setTimeout(() => {
this.application