diff options
| author | 2023-03-13 17:25:43 +0000 | |
|---|---|---|
| committer | 2023-03-13 17:25:46 +0000 | |
| commit | 5bca09e5dd22bfa089be94e925f31050e40e7bf5 (patch) | |
| tree | 870562292979d791cf3a66e13db114207356bac7 | |
| parent | 87d38eb27b4713d26080bde185d09618e32df956 (diff) | |
[DO NOT MERGE] Disable LOCKSCREEN_CUSTOM_CLOCKS in teamfood
Test: N/A
Bug: 273288588
Change-Id: I8f72ac4a18ba2067a0f09d557dd5bcd58115ce55
| -rw-r--r-- | packages/SystemUI/src/com/android/systemui/flags/Flags.kt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |