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

Commit 09e502a9 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

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

Change-Id: Ib891629363722f1e01ab2665e2463a270e3c59ba
parents 12e1e166 60bffaf5
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);