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

Commit 1c3681fe authored by Jorim Jaggi's avatar Jorim Jaggi Committed by Gerrit Code Review
Browse files

Merge "Do not call finishKeyguardDrawn with PWM's mlock"

parents f98f8a4c 50016ca4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6819,7 +6819,7 @@ public class PhoneWindowManager implements WindowManagerPolicy {
            } else {
                if (DEBUG_WAKEUP) Slog.d(TAG,
                        "null mKeyguardDelegate: setting mKeyguardDrawComplete.");
                finishKeyguardDrawn();
                mHandler.sendEmptyMessage(MSG_KEYGUARD_DRAWN_COMPLETE);
            }
        }
    }