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

Commit 3a1d61d7 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Redraw minute hand when paint is updated."

parents 9aba1cb4 f4e5f39b
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -80,6 +80,7 @@ public class StretchAnalogClock extends View {
     */
     */
    public void setMinuteHandColor(int color) {
    public void setMinuteHandColor(int color) {
        mMinutePaint.setColor(color);
        mMinutePaint.setColor(color);
        invalidate();
    }
    }


    private void init() {
    private void init() {