fix: Open room by notification happened multiple times
This commit is contained in:
parent
88f1fc1720
commit
a6b5acb451
1 changed files with 1 additions and 1 deletions
|
|
@ -234,7 +234,7 @@ class BackgroundPush {
|
|||
? 'ios'
|
||||
: null;
|
||||
|
||||
bool _wentToRoomOnStartup = false;
|
||||
static bool _wentToRoomOnStartup = false;
|
||||
|
||||
Future<void> setupPush() async {
|
||||
Logs().d("SetupPush");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue