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

Commit 922f8e2c authored by Craig Mautner's avatar Craig Mautner Committed by Android Git Automerger
Browse files

am 72b047c6: Merge "Don\'t apply animations to windows that are showing" into lmp-mr1-dev

* commit '72b047c6':
  Don't apply animations to windows that are showing
parents e90a170f 72b047c6
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -355,7 +355,8 @@ public class WindowAnimator {
                        boolean applyExistingExitAnimation = mPostKeyguardExitAnimation != null
                                && !winAnimator.mKeyguardGoingAwayAnimation
                                && win.hasDrawnLw()
                                && win.mAttachedWindow == null;
                                && win.mAttachedWindow == null
                                && mForceHiding != KEYGUARD_NOT_SHOWN;

                        // If the window is already showing and we don't need to apply an existing
                        // Keyguard exit animation, skip.