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

Commit 61a7d1f5 authored by Selim Cinek's avatar Selim Cinek
Browse files

Follow-up to empty keyguard issue

Bug: 21124013
Change-Id: I2f880ffe1f8a69f66a37e27f700c2e8919e46acd
parent f8fbc2a7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -185,7 +185,7 @@ public class StatusBarKeyguardViewManager {
    }

    public void notifyScreenWakeUpRequested() {
        mScreenWillWakeUp = true;
        mScreenWillWakeUp = !mScreenOn;
    }

    public void verifyUnlock() {