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

Commit ffff442e authored by Pat Manning's avatar Pat Manning Committed by Android (Google) Code Review
Browse files

Merge "Add feature flag for cursor hover states in Launcher." into udc-dev

parents 5bf08067 56df78ab
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -362,6 +362,10 @@ public final class FeatureFlags {
            "Enables the ability to create and save app pairs on the Home screen for easy"
                    + " split screen launching.");

    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;