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

Commit eabcf7ff authored by John Li's avatar John Li Committed by Automerger Merge Worker
Browse files

Merge "Add SharedPreferences key for reverse" into rvc-d1-dev am: cc683705...

Merge "Add SharedPreferences key for reverse" into rvc-d1-dev am: cc683705 am: 3886e250 am: ca1c6ad3

Change-Id: I89fd6cd0cd889215ea5ecc40b671c8dce171c40a
parents 0f3e7364 ca1c6ad3
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -60,6 +60,7 @@ public final class Prefs {
            Key.HAS_SEEN_ODI_CAPTIONS_TOOLTIP,
            Key.HAS_SEEN_BUBBLES_EDUCATION,
            Key.HAS_SEEN_BUBBLES_MANAGE_EDUCATION,
            Key.HAS_SEEN_REVERSE_BOTTOM_SHEET,
            Key.CONTROLS_STRUCTURE_SWIPE_TOOLTIP_COUNT
    })
    public @interface Key {
@@ -108,6 +109,7 @@ public final class Prefs {
        String HAS_SEEN_ODI_CAPTIONS_TOOLTIP = "HasSeenODICaptionsTooltip";
        String HAS_SEEN_BUBBLES_EDUCATION = "HasSeenBubblesOnboarding";
        String HAS_SEEN_BUBBLES_MANAGE_EDUCATION = "HasSeenBubblesManageOnboarding";
        String HAS_SEEN_REVERSE_BOTTOM_SHEET = "HasSeenReverseBottomSheet";
        String CONTROLS_STRUCTURE_SWIPE_TOOLTIP_COUNT = "ControlsStructureSwipeTooltipCount";
    }