Skip to content

wallpapers/image: Cleanup wallpapers when they go out of view

David Edmundson requested to merge work/d_ed/wallpaper_cleanup into master

Wallpapers 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 clicking through previews quickly this can take some time giving the false appearance of a memory leak.

Merge request reports