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

Commit db561c4a authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 9773131 from 5509c419 to udc-release

Change-Id: I009c37309cf2ddd0b8d15113c53db4c11c86e22a
parents a21a3acb 5509c419
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -93,7 +93,10 @@ public class ThemedIconDrawable extends FastBitmapDrawable {
    }

    public void changeBackgroundColor(int colorBg) {
        if (mIsDisabled) return;

        mBgPaint.setColorFilter(new BlendModeColorFilter(colorBg, BlendMode.SRC_IN));
        invalidateSelf();
    }

    static class ThemedConstantState extends FastBitmapConstantState {