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