fix: Fixes status bar icons not visible on app launch in Android (#2947)
This commit is contained in:
committed by
GitHub
parent
00f951451f
commit
fb5786c2e3
@@ -80,6 +80,7 @@ export class MobileDevice implements MobileDeviceInterface {
|
||||
private colorSchemeService?: ColorSchemeObserverService,
|
||||
) {
|
||||
this.initializeNotifications().catch(console.error)
|
||||
this.reloadStatusBarStyle(false)
|
||||
}
|
||||
|
||||
async initializeNotifications() {
|
||||
|
||||
Reference in New Issue
Block a user