diff --git a/Modules/Background/Background.qml b/Modules/Background/Background.qml index 6a62ed9c..5bb903ac 100644 --- a/Modules/Background/Background.qml +++ b/Modules/Background/Background.qml @@ -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