Leanplum / Leanplum-Android-SDK

Leanplum's integrated solution delivers meaningful engagement across messaging and the in-app experience.
https://www.leanplum.com
Apache License 2.0
46 stars 40 forks source link

Fix possible issue with multiple open events #511

Closed hborisoff closed 2 years ago

hborisoff commented 2 years ago
What Where/Who
JIRA Issue SDK-2191
People Involved @hborisoff

Fixing possible issue related to multiple tracks for the open event of push notification's payload when it is Open URL and running on Android 11 or older.

When ActivityNotFound exception is thrown it would track the open event but continues in LeanplumPushService.openNotification and would open the deep link using other way and tracking a second open event.