From fb5786c2e3b0150f6f8ca2cbdd765b5d8d120c12 Mon Sep 17 00:00:00 2001 From: Antonella Sgarlatta Date: Tue, 21 Oct 2025 10:30:22 -0300 Subject: [PATCH] fix: Fixes status bar icons not visible on app launch in Android (#2947) --- packages/mobile/src/Lib/MobileDevice.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/mobile/src/Lib/MobileDevice.ts b/packages/mobile/src/Lib/MobileDevice.ts index ea57201c1..9c1580afa 100644 --- a/packages/mobile/src/Lib/MobileDevice.ts +++ b/packages/mobile/src/Lib/MobileDevice.ts @@ -80,6 +80,7 @@ export class MobileDevice implements MobileDeviceInterface { private colorSchemeService?: ColorSchemeObserverService, ) { this.initializeNotifications().catch(console.error) + this.reloadStatusBarStyle(false) } async initializeNotifications() {