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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user