am 5b65bb1b: am b6c6e45a: am f3255489: Fix ambient display

* commit '5b65bb1bc75ace94918690553993cf356014525e':
  Fix ambient display
This commit is contained in:
Jorim Jaggi
2015-07-25 16:14:24 +00:00
committed by Android Git Automerger

View File

@@ -5527,7 +5527,7 @@ public class PhoneWindowManager implements WindowManagerPolicy {
private void finishKeyguardDrawn() {
synchronized (mLock) {
if (!mAwake || mKeyguardDrawComplete) {
if (!mScreenOnEarly || mKeyguardDrawComplete) {
return; // We are not awake yet or we have already informed of this event.
}