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

Commit 0822a7e2 authored by Jorim Jaggi's avatar Jorim Jaggi Committed by Android (Google) Code Review
Browse files

Merge "Fix leaking animation" into nyc-dev

parents 1e413f5b 02b74b94
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;
            }