Redraw minute hand when paint is updated.

Bug: 123029363
Test: Minute hand color switches between AOD and lock screen.
Change-Id: I7fde1eb1220fb0f049b57742446b093864852532
This commit is contained in:
Robert Snoeberger
2019-01-17 16:12:37 -05:00
parent 1f2ef22cc2
commit f4e5f39bb7

View File

@@ -80,6 +80,7 @@ public class StretchAnalogClock extends View {
*/
public void setMinuteHandColor(int color) {
mMinutePaint.setColor(color);
invalidate();
}
private void init() {