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

Remove unnecessary actionDismissed calls #506

Closed hborisoff closed 2 years ago

hborisoff commented 2 years ago
What Where/Who
People Involved @hborisoff

Remove unnecessary calls to actionDismissed, which will cause currentAction to be cleaned resulting of wrong sequence with chained actions. actionDismissed will be called when the Android View is hidden, i.e. by setOnDismissListener in the cases different than Alert and Confirm.