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

Commit 2e561b27 authored by blk_jack's avatar blk_jack Committed by invisiblek
Browse files

Keyguard: Fix for home wake/unlock sometimes waking and unlocking during the same keypress.

Change-Id: I72ea7611d39aac0cd03dfd5aa7036aeef7600140
parent 9fe28b94
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -204,6 +204,7 @@ public class KeyguardViewManager {

    public boolean handleKeyUp(int keyCode, KeyEvent event) {
        if (mUnlockKeyDown) {
            mUnlockKeyDown = false;
            switch (keyCode) {
                case KeyEvent.KEYCODE_BACK:
                    if (mKeyguardView.handleBackKey()) {