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

Commit 56df78ab authored by Pat Manning's avatar Pat Manning
Browse files

Add feature flag for cursor hover states in Launcher.

Bug: 243191650
Test: manual.
Flag: ENABLE_CURSOR_HOVER_STATES
Change-Id: Ibf8e62c3f3e03b9391a87af4f18f3843252c57bf
parent 322c3801
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -400,6 +400,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;