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'
|
? 'ios'
|
||||||
: null;
|
: null;
|
||||||
|
|
||||||
bool _wentToRoomOnStartup = false;
|
static bool _wentToRoomOnStartup = false;
|
||||||
|
|
||||||
Future<void> setupPush() async {
|
Future<void> setupPush() async {
|
||||||
Logs().d("SetupPush");
|
Logs().d("SetupPush");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue