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

Commit 33f776dd authored by Jorim Jaggi's avatar Jorim Jaggi Committed by android-build-merger
Browse files

Merge "Fix leaking animation" into nyc-dev

am: 0822a7e2

* commit '0822a7e2':
  Fix leaking animation
parents 97f0727c 0822a7e2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -530,7 +530,7 @@ public class WindowAnimator {
        for (int i = windows.size() - 1; i >= 0; i--) {
            final WindowState win = windows.get(i);
            WindowStateAnimator winAnimator = win.mWinAnimator;
            if (winAnimator.mSurfaceController == null) {
            if (winAnimator.mSurfaceController == null || !winAnimator.hasSurface()) {
                continue;
            }