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 possible concurrent error #493

Closed hborisoff closed 2 years ago

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

Fixed a code that is not locking the access to the List when changing it. All other places are using synchronized block when reading or writing to the List.