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

Fix IAM Handler dismiss functionality #505

Closed hborisoff closed 2 years ago

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

In some cases reference to Dialog object was lost and context.actionDismissed() was never called, causing Queue to stuck. Added check against Queue disabled state when performActions is called.