From a6b5acb451d2f3352d4e89eb8fdd9204604c9d52 Mon Sep 17 00:00:00 2001 From: krille-chan Date: Sat, 17 Feb 2024 08:50:00 +0100 Subject: [PATCH] fix: Open room by notification happened multiple times --- lib/utils/background_push.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils/background_push.dart b/lib/utils/background_push.dart index 9381e6a64..92e79fb1e 100644 --- a/lib/utils/background_push.dart +++ b/lib/utils/background_push.dart @@ -234,7 +234,7 @@ class BackgroundPush { ? 'ios' : null; - bool _wentToRoomOnStartup = false; + static bool _wentToRoomOnStartup = false; Future setupPush() async { Logs().d("SetupPush");