mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 08:16:49 +00:00
Disable bulk icon loading
Temporarily disabling bulk icon loading until a fix to b/216529986 and b/216590478 is ready. Bug: 216590478 Bug: 216529986 Test: manual Change-Id: I590ebb501a9ed6f017661b32b6e0d59fa911d7d7
This commit is contained in:
@@ -135,12 +135,12 @@ public final class FeatureFlags {
|
||||
|
||||
public static final BooleanFlag ENABLE_BULK_WORKSPACE_ICON_LOADING = getDebugFlag(
|
||||
"ENABLE_BULK_WORKSPACE_ICON_LOADING",
|
||||
true,
|
||||
false,
|
||||
"Enable loading workspace icons in bulk.");
|
||||
|
||||
public static final BooleanFlag ENABLE_BULK_ALL_APPS_ICON_LOADING = getDebugFlag(
|
||||
"ENABLE_BULK_ALL_APPS_ICON_LOADING",
|
||||
true,
|
||||
false,
|
||||
"Enable loading all apps icons in bulk.");
|
||||
|
||||
// Keep as DeviceFlag for remote disable in emergency.
|
||||
|
||||
Reference in New Issue
Block a user