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

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

am f3255489: Fix ambient display

* commit 'f3255489':
  Fix ambient display
parents eee604ff f3255489
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.
            }