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

Run queued actions when activity is set #382

Closed milos1290 closed 4 years ago

milos1290 commented 4 years ago
What Where/Who
JIRA Issue LP-11106
People Involved @milos1290

Notes on PR descriptions

Background

When running chained actions on cold start after notification is tapped, the action will be queued but won't be triggered unless activity lifecycle callbacks are set before activity is started. This fix triggers the actions to be run when SDK is run and as soon as activity is set.