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

Commit 1c8db791 authored by Sunny Goyal's avatar Sunny Goyal
Browse files

Disable task stabilizer

Change-Id: Ia5075ce31118f2ad629ff1fca7ceacfbe369dc8d
parent e5f39898
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -96,7 +96,7 @@ abstract class BaseFlags {
            "APPLY_CONFIG_AT_RUNTIME", false, "Apply display changes dynamically");

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

    public static void initialize(Context context) {
        // Avoid the disk read for user builds