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

Commit e346b2f9 authored by Tony Wickham's avatar Tony Wickham
Browse files

Make ENABLE_TASK_STABILIZER a toggleable via global settings

Change-Id: I7ba7b8e0fb8b6b99564fa3ef06dfab06427d8856
parent 23c4fb81
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -95,8 +95,9 @@ abstract class BaseFlags {
    public static final TogglableFlag APPLY_CONFIG_AT_RUNTIME = new TogglableFlag(
            "APPLY_CONFIG_AT_RUNTIME", true, "Apply display changes dynamically");

    public static final TogglableFlag ENABLE_TASK_STABILIZER = new TogglableFlag(
            "ENABLE_TASK_STABILIZER", false, "Stable task list across fast task switches");
    public static final ToggleableGlobalSettingsFlag ENABLE_TASK_STABILIZER
            = new ToggleableGlobalSettingsFlag("ENABLE_TASK_STABILIZER", false,
            "Stable task list across fast task switches");

    public static final TogglableFlag QUICKSTEP_SPRINGS = new TogglableFlag("QUICKSTEP_SPRINGS",
            false, "Enable springs for quickstep animations");