Updated on 2026-08-14
This commit is contained in:
parent
8632680f20
commit
e024d739b7
87 changed files with 386 additions and 374 deletions
|
|
@ -367,7 +367,7 @@ class MainActivity : AppCompatActivity(), ActivityResultCallbackHolder {
|
|||
|
||||
val isFromPush = intent.extras?.containsKey(OPENED_FROM_GCM_PUSH) == true
|
||||
if (isFromPush) {
|
||||
analyticsEventsHandler.send(Push.PushNotificationOpened)
|
||||
analyticsEventsHandler.send(Push.PushNotificationOpened())
|
||||
}
|
||||
|
||||
handleDeepLink(intent = intent, isFromOnNewIntent = true)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue