Fix rounded corner regression upon swipe up
ag/5990051 introduced the regression. Change-Id: Ia34eba3d109b0f8bc87b46585dce85a9e86baf12 Fixes: 126045978 Test: Manual
This commit is contained in:
parent
7eb9c93416
commit
ff979d2d05
|
@ -185,6 +185,7 @@ public class ClipAnimationHelper {
|
|||
if (mSupportsRoundedCornersOnWindows) {
|
||||
cornerRadius = Utilities.mapRange(params.progress, mWindowCornerRadius,
|
||||
mTaskCornerRadius);
|
||||
mCurrentCornerRadius = cornerRadius;
|
||||
}
|
||||
}
|
||||
alpha = mTaskAlphaCallback.apply(app, params.targetAlpha);
|
||||
|
|
Loading…
Reference in New Issue