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

Commit d1f6e017 authored by Michael Jurka's avatar Michael Jurka Committed by Android Git Automerger
Browse files

am c40771a9: Merge "Fix bug with preloading recent tasks" into jb-mr1-dev

* commit 'c40771a9':
  Fix bug with preloading recent tasks
parents 9744ad68 c40771a9
Loading
Loading
Loading
Loading
+10 −8
Original line number Diff line number Diff line
@@ -1717,6 +1717,7 @@ public class PhoneWindowManager implements WindowManagerPolicy {
                mHomePressed = false;
                mHomeLongPressed = false;
                if (!homeWasLongPressed) {
                    if (mLongPressOnHomeBehavior == LONG_PRESS_HOME_RECENT_SYSTEM_UI) {
                        try {
                            IStatusBarService statusbar = getStatusBarService();
                            if (statusbar != null) {
@@ -1727,6 +1728,7 @@ public class PhoneWindowManager implements WindowManagerPolicy {
                            // re-acquire status bar service next time it is needed.
                            mStatusBarService = null;
                        }
                    }

                    mHomePressed = false;
                    if (!canceled) {