Skip to content

Use Kotlin coroutines in AlbumArtCache.

Make use of Kotlin coroutines in AlbumArtCache instead of subclassing the AsyncTask class, as it has been deprecated starting with API level 30 and it is recommended to to use the classes in java.util.concurrent or Kotlin coroutines instead.

Edited by Isira Seneviratne

Merge request reports