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

Commit cfa4ffaf authored by Matt Pietal's avatar Matt Pietal Committed by Automerger Merge Worker
Browse files

Merge "Add migrate_nssl flag" into udc-qpr-dev am: 7123f0d8

parents 7b1f4e9e 7123f0d8
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -296,6 +296,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")