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

Commit 64f1cd53 authored by Tony Wickham's avatar Tony Wickham
Browse files

Show swipe up onboarding after 2 apps instead of 3

Test: manual

Bug: 70180942
Change-Id: I204d0ba7e625539e12563f0f84e8d977497d184b
parent 0239d5fa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@ public class SwipeUpOnboarding {
    private static final long SHOW_DELAY_MS = 500;
    private static final long SHOW_HIDE_DURATION_MS = 300;
    // Don't show the onboarding until the user has launched this number of apps.
    private static final int SHOW_ON_APP_LAUNCH = 3;
    private static final int SHOW_ON_APP_LAUNCH = 2;

    private final Context mContext;
    private final WindowManager mWindowManager;