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

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

Merge "Fix hardware home key behavior on wake-up" into cm-10.2

parents b1c561a6 3adbfde8
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -2383,7 +2383,9 @@ public class PhoneWindowManager implements WindowManagerPolicy {
            }
            // Remember that home is pressed and handle special actions.
            if (repeatCount == 0) {
                if (down) {
                    mHomePressed = true;
                }
                if (mHomeDoubleTapPending) {
                    mHomeDoubleTapPending = false;
                    mHandler.removeCallbacks(mHomeDoubleTapTimeoutRunnable);