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

Commit 10c9c668 authored by Craig Mautner's avatar Craig Mautner Committed by Android Git Automerger
Browse files

am 2d6627a9: am 72b047c6: Merge "Don\'t apply animations to windows that are...

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

* commit '2d6627a9':
  Don't apply animations to windows that are showing
parents 2b7b23e9 2d6627a9
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.