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

Allow only one activity lifecycle callback #551

Closed hborisoff closed 1 year ago

hborisoff commented 1 year ago
What Where/Who
JIRA Issue SDK-2974
People Involved @hborisoff

Allow only one activity lifecycle callback, because registering multiple callbacks by mistake is causing more than one Push Opened event to be tracked on clicking of a push notification.

Synchronized the access to PushActionPersistence, because it is accessed by a parallel operation.