You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(android): fall back to BACKGROUND outline provider when borderRadius is not animated
When borderRadius is not in the animated bitmask, use
ViewOutlineProvider.BACKGROUND so elevation shadows respect the style
borderRadius from the background drawable. Only switch to the custom
provider when borderRadius is actively animated.
0 commit comments