Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7156b650 authored by Jorim Jaggi's avatar Jorim Jaggi
Browse files

Fix background animator not resetting

Test: Set wallpaper, make sure screen is not black.
Change-Id: I4031375e0892906a4e4085ce05664191a55bfb4e
Fixes: 32375010
parent ba157d91
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2256,6 +2256,8 @@ class DisplayContent extends WindowContainer<DisplayContent.DisplayChildWindowCo
    }

    void updateWallpaperForAnimator(WindowAnimator animator) {
        resetAnimationBackgroundAnimator();

        final WindowList windows = mWindows;
        WindowState detachedWallpaper = null;