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

Commit 9ceb11ab authored by Johannes Gallmann's avatar Johannes Gallmann
Browse files

Enable plug in chip animation for teamfood

Bug: 197638244
Test: atest SystemStatusAnimationSchedulerImplTest, testing on dogfood device for two weeks
Change-Id: If5fc220623b52523bf45d73699222b1cd05e8147
parent 05557900
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -303,7 +303,8 @@ object Flags {
        unreleasedFlag(611, "new_status_bar_icons_debug_coloring")

    // TODO(b/265892345): Tracking Bug
    val PLUG_IN_STATUS_BAR_CHIP = unreleasedFlag(265892345, "plug_in_status_bar_chip")
    val PLUG_IN_STATUS_BAR_CHIP =
            unreleasedFlag(265892345, "plug_in_status_bar_chip", teamfood = true)

    // 700 - dialer/calls
    // TODO(b/254512734): Tracking Bug