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

Commit ab1c5456 authored by Craig Mautner's avatar Craig Mautner Committed by Android (Google) Code Review
Browse files

Merge "Keep launcher screen from flashing over lockscreen" into jb-dev

parents 6788e028 35d0e1d1
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)) {