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

Commit 76de7b81 authored by Winson Chung's avatar Winson Chung Committed by Android (Google) Code Review
Browse files

Merge "Revert "Don't preload overview if current home isn't gestural overview""

parents 88629ad9 341cab18
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -697,10 +697,6 @@ public class TouchInteractionService extends Service implements
        if (!mIsUserUnlocked) {
            return;
        }
        if (!mMode.hasGestures && !mOverviewComponentObserver.isHomeAndOverviewSame()) {
            // Prevent the overview from being started before the real home on first boot.
            return;
        }

        final ActivityControlHelper<BaseDraggingActivity> activityControl =
                mOverviewComponentObserver.getActivityControlHelper();