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
I'm working on a screen where a fully expanded bottom sheet 'merges' with the top part of the screen. I'm attempting to achieve this by animating the bottom sheet's clip shape, shadow shape, and elevation.
During the animation of the BottomSheet, the content (red component) isn't rendered. Additionally, after the first animation of the BottomSheet, the content isn't rendered at all.
If I wrap the BottomSheet with key(cornerRadius, shadowElevation) component, it forces the content to be rendered, but the drag gesture is then interrupted.
I'm working on a screen where a fully expanded bottom sheet 'merges' with the top part of the screen. I'm attempting to achieve this by animating the bottom sheet's clip shape, shadow shape, and elevation.
During the animation of the BottomSheet, the content (red component) isn't rendered. Additionally, after the first animation of the BottomSheet, the content isn't rendered at all.
If I wrap the BottomSheet with
key(cornerRadius, shadowElevation)
component, it forces the content to be rendered, but the drag gesture is then interrupted.Im using compose 1.7.7 on Android
Record_2025-02-01-14-11-46.mp4
Example:
The text was updated successfully, but these errors were encountered: