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

Commit 013c4cc5 authored by Tony Wickham's avatar Tony Wickham
Browse files

Temporarily disable swipe up onboarding

Test: manual
Change-Id: Idfccfec7563a81d6e6b19cdbf961bc54a0ca9dd1
parent 1ccf7254
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);