From 5bca09e5dd22bfa089be94e925f31050e40e7bf5 Mon Sep 17 00:00:00 2001 From: Hawkwood Glazier Date: Mon, 13 Mar 2023 17:25:43 +0000 Subject: [DO NOT MERGE] Disable LOCKSCREEN_CUSTOM_CLOCKS in teamfood Test: N/A Bug: 273288588 Change-Id: I8f72ac4a18ba2067a0f09d557dd5bcd58115ce55 --- 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 421b77f39333..96e53571fad3 100644 --- a/packages/SystemUI/src/com/android/systemui/flags/Flags.kt +++ b/packages/SystemUI/src/com/android/systemui/flags/Flags.kt @@ -136,7 +136,7 @@ object Flags { // TODO(b/254512676): Tracking Bug @JvmField - val LOCKSCREEN_CUSTOM_CLOCKS = unreleasedFlag(207, "lockscreen_custom_clocks", teamfood = true) + val LOCKSCREEN_CUSTOM_CLOCKS = unreleasedFlag(207, "lockscreen_custom_clocks") /** * Whether the clock on a wide lock screen should use the new "stepping" animation for moving -- cgit v1.2.3-59-g8ed1b