diff options
| author | 2022-10-19 16:22:31 +0000 | |
|---|---|---|
| committer | 2022-10-19 16:22:31 +0000 | |
| commit | e42376636de87ce1094efbc99e870e85fbb9ae29 (patch) | |
| tree | f5a5481a8be16abdf24827263720052e3654c926 | |
| parent | 27988dee397231c819c1ca2379a6a533a1f3e3b9 (diff) | |
Update clock step flag to 212.
This is to prevent a clash with another, newly added flag.
Test: Manually verified.
Bug: 199051139
Change-Id: Iba77c7d3c401c210d698fe585908cf61cba54645
| -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 |