pekingme 9c5ccb76ca [Shape] Prevent shape animation from being skipped on bounds change if an animation is running.
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
2026-02-12 22:03:36 +00:00
..