Merge "Keep launcher screen from flashing over lockscreen" into jb-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
ab1c5456b7
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user