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

Commit 826a5c8e authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Move Block 23 flag back into its section" into udc-dev

parents 4549e2c8 c91053e9
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -315,6 +315,10 @@ public final class FeatureFlags {
            "ENABLE_GRID_ONLY_OVERVIEW", DISABLED,
            "Enable a grid-only overview without a focused task.");

    public static final BooleanFlag ENABLE_CURSOR_HOVER_STATES = getDebugFlag(243191650,
            "ENABLE_CURSOR_HOVER_STATES", DISABLED,
            "Enables cursor hover states for certain elements.");

    // TODO(Block 24): Clean up flags
    public static final BooleanFlag ENABLE_NEW_MIGRATION_LOGIC = getDebugFlag(270393455,
            "ENABLE_NEW_MIGRATION_LOGIC", ENABLED,
@@ -401,10 +405,6 @@ public final class FeatureFlags {

    // TODO(Block 31): Empty block

    public static final BooleanFlag ENABLE_CURSOR_HOVER_STATES = getDebugFlag(243191650,
            "ENABLE_CURSOR_HOVER_STATES", DISABLED,
            "Enables cursor hover states for certain elements.");

    public static class BooleanFlag {

        private final boolean mCurrentValue;