From e42376636de87ce1094efbc99e870e85fbb9ae29 Mon Sep 17 00:00:00 2001 From: Jamie Garside Date: Wed, 19 Oct 2022 16:22:31 +0000 Subject: [PATCH] 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 --- packages/SystemUI/src/com/android/systemui/flags/Flags.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/SystemUI/src/com/android/systemui/flags/Flags.java b/packages/SystemUI/src/com/android/systemui/flags/Flags.java index ab1e8c6010d17..5c5ed93e8419d 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