fix: Open room by notification happened multiple times

This commit is contained in:
krille-chan 2024-02-17 08:50:00 +01:00
parent 88f1fc1720
commit a6b5acb451
No known key found for this signature in database

View file

@ -234,7 +234,7 @@ class BackgroundPush {
? 'ios'
: null;
bool _wentToRoomOnStartup = false;
static bool _wentToRoomOnStartup = false;
Future<void> setupPush() async {
Logs().d("SetupPush");