We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4431a5 commit 9ca35acCopy full SHA for 9ca35ac
modules/ensemble/lib/framework/notification_manager.dart
@@ -31,6 +31,7 @@ class NotificationManager {
31
if (!_init) {
32
_initListener(
33
backgroundNotificationHandler: backgroundNotificationHandler);
34
+ initGetInitialMessage();
35
_init = true;
36
}
37
@@ -78,7 +79,6 @@ class NotificationManager {
78
79
80
/// This is when the app is in the foreground
81
FirebaseMessaging.onMessage.listen((RemoteMessage message) async {
-
82
if (!isMoEngageNotification(message)) {
83
// Handle regular FCM notifications as before
84
Ensemble.externalDataContext.addAll({
0 commit comments