Merge "Add TODO to fix b/206508141 before removing or changing the default value to the feature flag ENABLE_LOCAL_COLOR_POPUPS" into sc-v2-dev am: ce740c832c

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16285925

Change-Id: Ibccbff3bad6a6a753bcedad0056595271dfe297f
This commit is contained in:
Schneider Victor-tulias
2021-11-18 18:57:38 +00:00
committed by Automerger Merge Worker
@@ -72,6 +72,7 @@ public final class FeatureFlags {
"PROMISE_APPS_NEW_INSTALLS", true,
"Adds a promise icon to the home screen for new install sessions.");
// TODO: b/206508141: Long pressing on some icons on home screen cause launcher to crash.
public static final BooleanFlag ENABLE_LOCAL_COLOR_POPUPS = getDebugFlag(
"ENABLE_LOCAL_COLOR_POPUPS", false, "Enable local color extraction for popups.");