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

Commit 0aba991d authored by Matt Pietal's avatar Matt Pietal
Browse files

Add migrate_nssl flag

To support moving NotficationStackScrollLayout from being a child of
NotificationPanel to a sibling.

Bug: 288074305
Test: manual
Change-Id: I27c7648ded1eaef3402f1c3e3877b69b1ae88d43
parent 8c430943
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -291,6 +291,11 @@ object Flags {
    @JvmField
    val WIDGET_ON_KEYGUARD = unreleasedFlag(241, "widget_on_keyguard")

    /** Migrate the NSSL to the a sibling to both the panel and keyguard root view. */
    // TODO(b/288074305): Tracking bug.
    @JvmField
    val MIGRATE_NSSL = unreleasedFlag(242, "migrate_nssl")

    // 300 - power menu
    // TODO(b/254512600): Tracking Bug
    @JvmField val POWER_MENU_LITE = releasedFlag(300, "power_menu_lite")