When working with this package, I ran into a defect on android that caused multiple icons to be displayed when you hit the changeIcon method more than once before putting the app into the background.
In reviewing the code, it looked like the root cause was related to only ending one of the active activities after attempting to apply multiple icons.
I'm new to Kotlin and how you've composed this library, feel free to let me know if this solution is incorrect.
When working with this package, I ran into a defect on android that caused multiple icons to be displayed when you hit the changeIcon method more than once before putting the app into the background.
In reviewing the code, it looked like the root cause was related to only ending one of the active activities after attempting to apply multiple icons.
I'm new to Kotlin and how you've composed this library, feel free to let me know if this solution is incorrect.
Thanks, Max