Background Wallpaper: attempt to free up memory earlier.

This commit is contained in:
ItsLemmy
2025-09-29 16:53:59 -04:00
parent fc4418be0c
commit b12cf345dc
+5 -1
View File
@@ -261,8 +261,12 @@ Variants {
// We are interrupting a transition
transitionAnimation.stop()
transitionProgress = 0
currentWallpaper.source = nextWallpaper.source
const newCurrentSource = nextWallpaper.source
currentWallpaper.source = ""
nextWallpaper.source = ""
currentWallpaper.source = newCurrentSource
}
nextWallpaper.source = source