fix: Open room by notification happened multiple times

pull/900/head
krille-chan 1 year ago
parent 88f1fc1720
commit a6b5acb451
No known key found for this signature in database

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

Loading…
Cancel
Save