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

am: a5bec18c3e

Change-Id: I84e86ab16eb12c4905115e41daef56e723315824
This commit is contained in:
Amin Shaikh
2019-06-13 07:33:09 -07:00
committed by android-build-merger

View File

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