chore: Update SDK

This commit is contained in:
Christian Pauly 2021-08-20 13:46:30 +02:00
commit bec9046097
5 changed files with 7 additions and 21 deletions

View file

@ -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;