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

Commit b2c29921 authored by Pat Manning's avatar Pat Manning Committed by Automerger Merge Worker
Browse files

Set clock hands bounds to scale along with clock icon scaling. am: 60bffaf5 am: 09e502a9

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/libs/systemui/+/15958300

Change-Id: Ib1bd5189f8b35956ef5ec993ef5a741d6bde7e95
parents 88a5b9a0 09e502a9
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);