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

Commit 3adbfde8 authored by athurh's avatar athurh
Browse files

Fix hardware home key behavior on wake-up

Change-Id: Ib489e4b8bb1d10591afc96c680c7865d61c959a0
parent def69e16
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -2409,7 +2409,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);