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

This commit is contained in:
Craig Mautner
2012-05-11 16:07:10 -07:00
committed by Android (Google) Code Review

View File

@@ -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)) {