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

Commit 60bffaf5 authored by Pat Manning's avatar Pat Manning
Browse files

Set clock hands bounds to scale along with clock icon scaling.

Test: manual
Fix: 196983278
Change-Id: I435f6f542af26c996802860e6e01a7ce9ed58700
parent e48d9317
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -375,6 +375,7 @@ public class ClockDrawableWrapper extends AdaptiveIconDrawable implements Bitmap
            canvas.scale(mInfo.scale, mInfo.scale,
                    bounds.exactCenterX() + mInfo.offset, bounds.exactCenterY() + mInfo.offset);
            canvas.clipPath(mFullDrawable.getIconMask());
            mForeground.setBounds(bounds);
            mForeground.draw(canvas);
            canvas.restoreToCount(saveCount);