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

Commit 36ce1020 authored by Evan Laird's avatar Evan Laird
Browse files

[SB refactor] release new status bar pipeline flags

Test: manual
Bug: 238425913
Change-Id: Idfdaac94846820d2e4d2fa25f49c782cfc1b184d
parent c0fd4ce3
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -266,11 +266,10 @@ object Flags {
    // 600- status bar

    // TODO(b/256614753): Tracking Bug
    val NEW_STATUS_BAR_MOBILE_ICONS =
        unreleasedFlag(606, "new_status_bar_mobile_icons", teamfood = true)
    val NEW_STATUS_BAR_MOBILE_ICONS = releasedFlag(606, "new_status_bar_mobile_icons")

    // TODO(b/256614210): Tracking Bug
    val NEW_STATUS_BAR_WIFI_ICON = unreleasedFlag(607, "new_status_bar_wifi_icon", teamfood = true)
    val NEW_STATUS_BAR_WIFI_ICON = releasedFlag(607, "new_status_bar_wifi_icon")

    // TODO(b/256614751): Tracking Bug
    val NEW_STATUS_BAR_MOBILE_ICONS_BACKEND =