fix: Fixed issue on iOS where status bar colors would not adjust according to the theme
This commit is contained in:
@@ -331,7 +331,7 @@ export class ThemeManager extends AbstractUIServicee {
|
|||||||
link.onload = () => {
|
link.onload = () => {
|
||||||
this.syncThemeColorMetadata()
|
this.syncThemeColorMetadata()
|
||||||
|
|
||||||
if (this.application.isNativeMobileWeb()) {
|
if (this.application.isNativeMobileWeb() && !theme.layerable) {
|
||||||
const packageInfo = theme.featureDescription
|
const packageInfo = theme.featureDescription
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
this.application
|
this.application
|
||||||
|
|||||||
Reference in New Issue
Block a user