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

Commit d4b83914 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Don't preload overview if current home isn't gestural overview" into ub-launcher3-qt-r1-dev

parents 3ba4f476 69ac3349
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -708,6 +708,10 @@ 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();