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

Bug: 62457537
Change-Id: I04b8804162b7338f62d3fdabb87dd31ad507ebaa
This commit is contained in:
Sunny Goyal
2017-06-09 08:23:36 -07:00
parent e6711ceeb6
commit 7bffad10cc
@@ -34,6 +34,7 @@ public class TintedDrawableSpan extends DynamicDrawableSpan {
super(ALIGN_BOTTOM);
mDrawable = context.getDrawable(resourceId);
mOldTint = 0;
mDrawable.setTint(0);
}
@Override