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

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

Merge "Temporarily disable swipe up onboarding"

parents 73a331f5 013c4cc5
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -150,6 +150,11 @@ public class SwipeUpOnboarding {
    }

    public void onConnectedToLauncher(ComponentName launcherComponent) {
        // TODO: re-enable this once we have the proper callback for when a swipe up was performed.
        final boolean disableOnboarding = true;
        if (disableOnboarding) {
            return;
        }
        mLauncherComponent = launcherComponent;
        boolean alreadyLearnedSwipeUpForRecents = Prefs.getBoolean(mContext,
                Prefs.Key.HAS_SWIPED_UP_FOR_RECENTS, false);