* commit 'b6c6e45a04a52a7ece08dd63636b1f71e7322653': Fix ambient display
This commit is contained in:
@@ -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.
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user