From 8e7c00f2749abe184b17e676c55db48bc8917206 Mon Sep 17 00:00:00 2001 From: Jeff DeCew Date: Thu, 27 Apr 2023 16:53:21 -0400 Subject: [PATCH] Release NEW_LIGHT_BAR_LOGIC flag to droidfood Bug: 279735475 Fixes: 195622153 Test: atest SystemUITests Flag: NEW_LIGHT_BAR_LOGIC Change-Id: I1988f8cd536c48eb6eb728655602e7de220baf52 --- packages/SystemUI/src/com/android/systemui/flags/Flags.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/SystemUI/src/com/android/systemui/flags/Flags.kt b/packages/SystemUI/src/com/android/systemui/flags/Flags.kt index 1fafa3d97c482..4bde17744740d 100644 --- a/packages/SystemUI/src/com/android/systemui/flags/Flags.kt +++ b/packages/SystemUI/src/com/android/systemui/flags/Flags.kt @@ -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