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

Commit 90092140 authored by Steve Elliott's avatar Steve Elliott
Browse files

Add flag for NotificationShelf refactor

Bug: 277338665
Bug: 271161129
Test: make
Change-Id: I6533a541371afe7fac245ed3ec221d402e55d2c5
parent 0e6239a9
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -103,6 +103,11 @@ object Flags {
    val FILTER_UNSEEN_NOTIFS_ON_KEYGUARD =
        releasedFlag(254647461, "filter_unseen_notifs_on_keyguard")

    // TODO(b/277338665): Tracking Bug
    @JvmField
    val NOTIFICATION_SHELF_REFACTOR =
        unreleasedFlag(271161129, "notification_shelf_refactor")

    // TODO(b/263414400): Tracking Bug
    @JvmField
    val NOTIFICATION_ANIMATE_BIG_PICTURE =