diff --git a/lib/utils/background_push.dart b/lib/utils/background_push.dart index 7eef42c68..4b3231fe8 100644 --- a/lib/utils/background_push.dart +++ b/lib/utils/background_push.dart @@ -82,8 +82,6 @@ class BackgroundPush { void _init() async { try { // #Pangea - onLogin ??= - client.onLoginStateChanged.stream.listen(handleLoginStateChanged); FirebaseMessaging.instance.getInitialMessage().then(_onOpenNotification); FirebaseMessaging.onMessageOpenedApp.listen(_onOpenNotification); // Pangea#