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

Commit 7d114fb8 authored by Daniel Hillenbrand's avatar Daniel Hillenbrand Committed by Gerrit Code Review
Browse files

Merge "android.policy: Fix launching home when waking the device with the home...

Merge "android.policy: Fix launching home when waking the device with the home button" into mr1-staging
parents f64ee92c 14169ca4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1889,7 +1889,7 @@ public class PhoneWindowManager implements WindowManagerPolicy {

            // If we have released the home key, and didn't do anything else
            // while it was pressed, then it is time to go home!
            if (!down) {
            if (!down && mHomePressed) {
                final boolean homeWasLongPressed = mHomeLongPressed;
                mHomePressed = false;
                mHomeLongPressed = false;