Disable task stabilizer

Change-Id: Ia5075ce31118f2ad629ff1fca7ceacfbe369dc8d
This commit is contained in:
Sunny Goyal
2019-01-04 09:19:28 -08:00
parent e5f39898a9
commit 1c8db791c8

View File

@@ -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