mirror of
https://github.com/material-components/material-components-android.git
synced 2026-02-20 08:39:55 +08:00
In MaterialShapeDrawable#onBoundsChange, only skip shape animation when updating the shape if no corner spring animations are currently running. This allows ongoing animations to continue even when the bounds change. Resolves https://github.com/material-components/material-components-android/issues/4990 Resolves https://github.com/material-components/material-components-android/pull/4995 PiperOrigin-RevId: 866530904