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

Commit abb985fb authored by Danny Baumann's avatar Danny Baumann Committed by Gerrit Code Review
Browse files

Merge "Fix Home/Menu/Back keys' unlock" into cm-10.1

parents a8fc994a 2d6c9bb1
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -229,14 +229,17 @@ public class KeyguardViewManager {
                    if (mKeyguardView.handleBackKey()) {
                        return true;
                    }
                    break;
                case KeyEvent.KEYCODE_HOME:
                    if (mKeyguardView.handleHomeKey()) {
                        return true;
                    }
                    break;
                case KeyEvent.KEYCODE_MENU:
                    if (mKeyguardView.handleMenuKey()) {
                        return true;
                    }
                    break;
            }
        }
        return false;