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

Commit f4e5f39b authored by Robert Snoeberger's avatar Robert Snoeberger
Browse files

Redraw minute hand when paint is updated.

Bug: 123029363
Test: Minute hand color switches between AOD and lock screen.
Change-Id: I7fde1eb1220fb0f049b57742446b093864852532
parent 1f2ef22c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -80,6 +80,7 @@ public class StretchAnalogClock extends View {
     */
    public void setMinuteHandColor(int color) {
        mMinutePaint.setColor(color);
        invalidate();
    }

    private void init() {