Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bcb3bc3e authored by Lucas Silva's avatar Lucas Silva
Browse files

Launch dock setup refactoring

Bug: 254512525
Bug: 245998343
Test: flashed and went through the first dock flow on the device
Change-Id: I9ed28b2afe7372624bbe96dbc424db4ef24b8eb0
parent c3910e2e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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