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

Commit f8a9566f authored by David van Tonder's avatar David van Tonder Committed by Gerrit Code Review
Browse files

Merge "Keyguard: Fix for home wake/unlock sometimes waking and unlocking...

Merge "Keyguard: Fix for home wake/unlock sometimes waking and unlocking during the same keypress." into cm-10.1
parents ca9e9533 2e561b27
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()) {