mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 08:16:49 +00:00
Disable task stabilizer
Change-Id: Ia5075ce31118f2ad629ff1fca7ceacfbe369dc8d
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user