Aghajari / AXrLottie

AXrLottie (Android) Renders animations and vectors exported in the bodymovin JSON format. (Using rLottie)
Apache License 2.0
147 stars 26 forks source link

Replace `DispatchQueuePool` using built-in `ThreadPoolExecutor` #22

Closed superfashi closed 2 years ago

superfashi commented 2 years ago

During our usage of this library, there are a lot of crashes revolving around DispatchQueuePool. Therefore we replaced it with the built-in ThreadPoolExecutor, which ideally provides the same functionality. We didn't see any visual impact and can safely assume that this change works well.