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

Commit 7bffad10 authored by Sunny Goyal's avatar Sunny Goyal
Browse files

Fixing Drawable not getting tinted properly if the color is always transparent

Bug: 62457537
Change-Id: I04b8804162b7338f62d3fdabb87dd31ad507ebaa
parent e6711cee
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -34,6 +34,7 @@ public class TintedDrawableSpan extends DynamicDrawableSpan {
        super(ALIGN_BOTTOM);
        mDrawable = context.getDrawable(resourceId);
        mOldTint = 0;
        mDrawable.setTint(0);
    }

    @Override