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

Commit 7ba52edd authored by Wale Ogunwale's avatar Wale Ogunwale Committed by android-build-merger
Browse files

Clear WS.mDestroying on AWT.clearAnimatingFlags am: 3c0d44e6 am: 5d132bf0

am: 44089019

Change-Id: I033ce2d6cc9ead32c9158457dca218d3e8b10857
parents fac10a80 44089019
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -517,6 +517,11 @@ class AppWindowToken extends WindowToken {
                // placement for this window during this period, one or more frame will
                // show up with wrong position or scale.
                win.mWinAnimator.mAnimating = false;

                if (win.mDestroying) {
                    win.mDestroying = false;
                    service.mDestroySurface.remove(win);
                }
            }
        }
        requestUpdateWallpaperIfNeeded();