Release NEW_LIGHT_BAR_LOGIC flag to droidfood
Bug: 279735475 Fixes: 195622153 Test: atest SystemUITests Flag: NEW_LIGHT_BAR_LOGIC Change-Id: I1988f8cd536c48eb6eb728655602e7de220baf52
This commit is contained in:
@@ -63,7 +63,7 @@ object Flags {
|
||||
|
||||
// TODO(b/279735475): Tracking Bug
|
||||
@JvmField
|
||||
val NEW_LIGHT_BAR_LOGIC = unreleasedFlag(279735475, "new_light_bar_logic", teamfood = true)
|
||||
val NEW_LIGHT_BAR_LOGIC = releasedFlag(279735475, "new_light_bar_logic")
|
||||
|
||||
/**
|
||||
* This flag is server-controlled and should stay as [unreleasedFlag] since we never want to
|
||||
|
||||
Reference in New Issue
Block a user