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

Commit 5b65bb1b authored by Jorim Jaggi's avatar Jorim Jaggi Committed by Android Git Automerger
Browse files

am b6c6e45a: am f3255489: Fix ambient display

* commit 'b6c6e45a':
  Fix ambient display
parents d92a3957 b6c6e45a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.
            }