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

Commit a66c75a8 authored by Michael Jurka's avatar Michael Jurka Committed by Android (Google) Code Review
Browse files

Merge "Fix bug where recents was getting preloaded unnecessarily" into jb-dev

parents 1ee0a7d4 4004033f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1798,7 +1798,7 @@ public class PhoneWindowManager implements WindowManagerPolicy {
                }
            }
            if (down) {
                if (!mHomePressed) {
                if (!mHomePressed && mLongPressOnHomeBehavior == LONG_PRESS_HOME_RECENT_SYSTEM_UI) {
                    try {
                        mStatusBarService.preloadRecentApps();
                    } catch (RemoteException e) {