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.
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.