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

Commit 4004033f authored by Michael Jurka's avatar Michael Jurka
Browse files

Fix bug where recents was getting preloaded unnecessarily

Change-Id: I7d2254da009113f81fae0a785583b1c7fd6ad020
parent c3a5cf9a
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) {