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

Commit 9ce1a90b authored by Pinyao Ting's avatar Pinyao Ting Committed by Automerger Merge Worker
Browse files

Merge "Disables local color extraction for widgets" into udc-qpr-dev am: ef9125e5 am: 06dd1ab2

parents a4497e55 06dd1ab2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -112,7 +112,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