diff options
| author | 2022-10-19 20:16:15 +0000 | |
|---|---|---|
| committer | 2022-10-19 20:16:15 +0000 | |
| commit | 4239a0d499d7c0eb59e073c15ea1d25a8e783c9b (patch) | |
| tree | 73aa6530d7fe39392b7f2a4b3bb37066be3c9a9e | |
| parent | f7f707e51b71b984244953941404023e8dbcee49 (diff) | |
| parent | e42376636de87ce1094efbc99e870e85fbb9ae29 (diff) | |
Merge "Update clock step flag to 212."
| -rw-r--r-- | packages/SystemUI/src/com/android/systemui/flags/Flags.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/flags/Flags.java b/packages/SystemUI/src/com/android/systemui/flags/Flags.java index ab1e8c6010d1..5c5ed93e8419 100644 --- a/packages/SystemUI/src/com/android/systemui/flags/Flags.java +++ b/packages/SystemUI/src/com/android/systemui/flags/Flags.java @@ -129,7 +129,7 @@ public class Flags { * Whether the clock on a wide lock screen should use the new "stepping" animation for moving * the digits when the clock moves. */ - public static final UnreleasedFlag STEP_CLOCK_ANIMATION = new UnreleasedFlag(211); + public static final UnreleasedFlag STEP_CLOCK_ANIMATION = new UnreleasedFlag(212); /***************************************/ // 300 - power menu |