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

Commit 532cd509 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "setAllAppWinAnimators() for closing apps."

parents 197eef2c b9d93ca3
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -449,6 +449,9 @@ class WindowSurfacePlacer {
            //       animating?
            wtoken.setVisibility(animLp, false, transit, false, voiceInteraction);
            wtoken.updateReportedVisibilityLocked();
            // setAllAppWinAnimators so the windows get onExitAnimationDone once the animation is
            // done.
            wtoken.setAllAppWinAnimators();
            // Force the allDrawn flag, because we want to start
            // this guy's animations regardless of whether it's
            // gotten drawn.