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

Use main thread when presenting action with async handlers flag is true #545

Closed hborisoff closed 1 year ago

hborisoff commented 1 year ago
What Where/Who
People Involved @hborisoff

Messages are presented using the UI thread and message listener methods are called from the worker thread when the Async Handlers flag is true.