Improve ThumbnailGeneration
Open
enhancement
- Dominant language
- Kotlin
- Stars
- 5.6k
- Forks
- 2k
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 92
Description
ThumbnailsCacheManager currently uses deprecated AsyncTask
**Suggestion:**
We can improve performance and code maintainability by replacing the AsyncTask implementation with Kotlin Coroutines. This transition will allow for more efficient asynchronous operations, making the code cleaner and easier to manage.
Contributor guide
Assessment
This issue has not been assessed yet.