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

Commit 8f981e4b authored by Brian Isganitis's avatar Brian Isganitis
Browse files

Reset `TASKBAR_EDU_SEEN` preference.

The EDU has been updated to support both transient and persistent
taskbar cases, so we should show it to the use again.

Test: Manual
Bug: 217261955
Change-Id: Ied59e6226c4f9599ad98333012313db57edc7c1f
parent 9c19638c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ public class OnboardingPrefs<T extends ActivityContext> {
    public static final String SEARCH_KEYBOARD_EDU_SEEN = "launcher.search_edu_seen";
    public static final String SEARCH_SNACKBAR_COUNT = "launcher.keyboard_snackbar_count";
    public static final String SEARCH_ONBOARDING_COUNT = "launcher.search_onboarding_count";
    public static final String TASKBAR_EDU_SEEN = "launcher.taskbar_edu_seen";
    public static final String TASKBAR_EDU_SEEN = "launcher.taskbar_edu_seen2";
    public static final String ALL_APPS_VISITED_COUNT = "launcher.all_apps_visited_count";
    public static final String QSB_SEARCH_ONBOARDING_CARD_DISMISSED = "launcher.qsb_edu_dismiss";
    // When adding a new key, add it here as well, to be able to reset it from Developer Options.