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:
Schneider Victor-tulias
2022-01-27 16:26:31 -08:00
parent 470f4591c3
commit c4ae75d7b5

View File

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