Loading services/core/java/com/android/server/wm/WindowAnimator.java +2 −1 Original line number Diff line number Diff line Loading @@ -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. Loading Loading
services/core/java/com/android/server/wm/WindowAnimator.java +2 −1 Original line number Diff line number Diff line Loading @@ -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. Loading