mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 19:28:10 +00:00
Merge "Move Block 23 flag back into its section" into udc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
826a5c8e71
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user