Updated on 2026-08-14
This commit is contained in:
parent
913dc28c0c
commit
10584c84a8
1 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue