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

Commit b8fe8148 authored by Jeff DeCew's avatar Jeff DeCew
Browse files

Promote REMOVE_UNRANKED_NOTIFICATIONS to droidfood

Change-Id: Ib3dcf75ead0e1bcd9c86c27bc08c1ac9b6f15a74
Fixes: 216384850
Test: atest NotifCollectionTest
parent e076854f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -60,8 +60,8 @@ public class Flags {
    public static final ResourceBooleanFlag NOTIFICATION_DRAG_TO_CONTENTS =
            new ResourceBooleanFlag(108, R.bool.config_notificationToContents);

    public static final UnreleasedFlag REMOVE_UNRANKED_NOTIFICATIONS =
            new UnreleasedFlag(109, true);
    public static final ReleasedFlag REMOVE_UNRANKED_NOTIFICATIONS =
            new ReleasedFlag(109);

    public static final UnreleasedFlag FSI_REQUIRES_KEYGUARD =
            new UnreleasedFlag(110, true);