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

Commit f4faa489 authored by Santiago Seifert's avatar Santiago Seifert
Browse files

Fix typo in IntDef prefix

Bug: 266923039
Test: N/A. Non-functional change that fixes source retention IntDef
property.

Change-Id: I9bc40ab258999caa765f74df4e1507e9bd2eb48c
parent 73fd79dc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -281,7 +281,7 @@ public final class RouteListingPreference implements Parcelable {
        /** @hide */
        @Retention(RetentionPolicy.SOURCE)
        @IntDef(
                prefix = {"DISABLE_REASON_"},
                prefix = {"SUBTEXT_"},
                value = {
                    SUBTEXT_NONE,
                    SUBTEXT_SUBSCRIPTION_REQUIRED,