Updated on 2026-08-14

This commit is contained in:
Tangem 2026-03-19 15:13:46 +04:00
parent 913dc28c0c
commit 10584c84a8

View file

@ -33,7 +33,11 @@ internal class TangemPushNotificationService : FirebaseMessagingService() {
super.onMessageReceived(message)
if (customerIoFeatureToggles.isFeatureEnabled) {
CustomerIOFirebaseMessagingService.onMessageReceived(applicationContext, message)
CustomerIOFirebaseMessagingService.onMessageReceived(
context = applicationContext,
remoteMessage = message,
handleNotificationTrigger = false,
)
}
val notification = message.notification ?: return