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

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

am ba523324: am ab1c5456: Merge "Keep launcher screen from flashing over lockscreen" into jb-dev

* commit 'ba523324':
  Keep launcher screen from flashing over lockscreen
parents 96469491 ba523324
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -269,7 +269,7 @@ public class WindowAnimator {
                                mPendingLayoutChanges);
                        }
                        mService.mFocusMayChange = true;
                    } else if (win.isReadyForDisplay() && winAnimator.mAnimation == null) {
                    } else if (win.isReadyForDisplay()) {
                        mForceHiding = true;
                    }
                } else if (mPolicy.canBeForceHidden(win, win.mAttrs)) {