Skip to content

applets/mediacontroller: cleanup album arts when they go out of view

Fushan Wen requested to merge work/fuf/return into master

Album arts are transitioned in a StackView. We have to do the memory management of pushed items ourselves.

onRemoved only fires when all transitions end, if you're switching songs quickly this can take some time giving the false appearance of a memory leak.

Merge request reports