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

Commit e1b93d74 authored by Lucas Silva's avatar Lucas Silva Committed by Automerger Merge Worker
Browse files

Merge "Add flag to control dock setup flow." into tm-qpr-dev am: d3c42c91

parents ba48b298 d3c42c91
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -156,6 +156,8 @@ public class Flags {
    // 1000 - dock
    public static final BooleanFlag SIMULATE_DOCK_THROUGH_CHARGING =
            new BooleanFlag(1000, true);
    public static final BooleanFlag DOCK_SETUP_ENABLED = new BooleanFlag(1001, false);


    // 1100 - windowing
    @Keep