Launch dock setup refactoring

Bug: 254512525
Bug: 245998343
Test: flashed and went through the first dock flow on the device
Change-Id: I9ed28b2afe7372624bbe96dbc424db4ef24b8eb0
This commit is contained in:
Lucas Silva
2022-10-20 10:29:56 -04:00
parent c3910e2e64
commit bcb3bc3e61

View File

@@ -278,7 +278,7 @@ public class Flags {
public static final ReleasedFlag ROUNDED_BOX_RIPPLE = new ReleasedFlag(1002);
// TODO(b/254512525): Tracking Bug
public static final UnreleasedFlag REFACTORED_DOCK_SETUP = new UnreleasedFlag(1003, true);
public static final ReleasedFlag REFACTORED_DOCK_SETUP = new ReleasedFlag(1003);
// 1100 - windowing
@Keep