appcues / appcues-android-sdk

The Appcues Android SDK
https://www.appcues.com/mobile
MIT License
10 stars 3 forks source link

🐛 Fix Timer memory leak on anchored tooltip retry #617

Closed andretortolano closed 6 months ago

andretortolano commented 6 months ago

Reported in issue #616

Replacing timer with debounce logic using coroutines since Timer appears to cause memory leak. REF1