From c3305259a9425f62737850173885cadead08f58c Mon Sep 17 00:00:00 2001 From: Thomas SharedInbox Date: Thu, 14 May 2026 02:54:36 +0200 Subject: [PATCH] fix(U4): guard initNotifications to Android-only to prevent Linux hang --- lib/main.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/main.dart b/lib/main.dart index bc7d64a..361b9c3 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -35,8 +35,8 @@ void main({List overrides = const []}) async { }; await initDatabasePath(); - await initNotifications(); if (Platform.isAndroid) { + await initNotifications(); await registerBackgroundSync(); } runApp(