Merge "Invalidate SignalDrawable on level change." into qt-dev

This commit is contained in:
TreeHugger Robot
2019-06-13 14:14:43 +00:00
committed by Android (Google) Code Review

View File

@@ -132,6 +132,7 @@ public class SignalDrawable extends DrawableWrapper {
super.onLevelChange(unpackLevel(packedState));
updateAnimation();
setTintList(ColorStateList.valueOf(mForegroundPaint.getColor()));
invalidateSelf();
return true;
}