chore: Update SDK
This commit is contained in:
parent
379bec9220
commit
bec9046097
5 changed files with 7 additions and 21 deletions
|
|
@ -217,7 +217,7 @@ class BackgroundPush {
|
|||
|
||||
Future<void> setupPush() async {
|
||||
await setupLocalNotificationsPlugin();
|
||||
if (_loginState != LoginState.logged ||
|
||||
if (_loginState != LoginState.loggedIn ||
|
||||
!PlatformInfos.isMobile ||
|
||||
context == null) {
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue