lineage-next / android_packages_apps_Twelve

🎵
8 stars 1 forks source link

Twelve: Set album image to music note once #43

Closed luca020400 closed 1 month ago

luca020400 commented 1 month ago

Otherwise we have random flickers switching between songs within an album (that have the same image)

luca020400 commented 1 month ago

Note: we can't set it in XML because the image gets cached and re-used, forcing setting the drawable onViewCreated resets it.

luca020400 commented 1 month ago

Ah nvm, this breaks playlists with an item with no cover I'd love to know why sometimes we get null uri vs actual not available uri maybe we can avoid changing it in such cases