Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ef9125e5 authored by Pinyao Ting's avatar Pinyao Ting Committed by Android (Google) Code Review
Browse files

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

parents 5b861628 88f4f2bf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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