Merge "Disables local color extraction for widgets" into udc-qpr-dev

This commit is contained in:
Pinyao Ting
2023-09-19 21:48:27 +00:00
committed by Android (Google) Code Review

View File

@@ -107,7 +107,7 @@ public class LauncherAppWidgetHostView extends BaseLauncherAppWidgetHostView
if (Utilities.ATLEAST_Q && Themes.getAttrBoolean(mLauncher, R.attr.isWorkspaceDarkText)) {
setOnLightBackground(true);
}
mColorExtractor = LocalColorExtractor.newInstance(getContext());
mColorExtractor = new LocalColorExtractor(); // no-op
}
@Override