Merge "Disables local color extraction for widgets" into udc-qpr-dev
This commit is contained in:
@@ -107,7 +107,7 @@ public class LauncherAppWidgetHostView extends BaseLauncherAppWidgetHostView
|
|||||||
if (Utilities.ATLEAST_Q && Themes.getAttrBoolean(mLauncher, R.attr.isWorkspaceDarkText)) {
|
if (Utilities.ATLEAST_Q && Themes.getAttrBoolean(mLauncher, R.attr.isWorkspaceDarkText)) {
|
||||||
setOnLightBackground(true);
|
setOnLightBackground(true);
|
||||||
}
|
}
|
||||||
mColorExtractor = LocalColorExtractor.newInstance(getContext());
|
mColorExtractor = new LocalColorExtractor(); // no-op
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user