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

Commit 1082f461 authored by Sunny Goyal's avatar Sunny Goyal Committed by android-build-merger
Browse files

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

am: 7bffad10

Change-Id: Ie292bb22e9152f42f0280752adac7be3dc30a29b
parents 20434df4 7bffad10
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