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
It takes some time for the bottom sheet to leave the composition, during which it seems to block all interaction with the (now completely visible) home screen. Not sure if this is a mistake in my implementation or not.
From the documentation it seems like the sheet won't leave composition until after it has been hidden (to not interrupt the animation), but once it's hidden it waits a bit too long before disappearing. By not setting bottom windowinsets to 0.dp you can see exactly when it leaves the composition.
The text was updated successfully, but these errors were encountered:
It takes some time for the bottom sheet to leave the composition, during which it seems to block all interaction with the (now completely visible) home screen. Not sure if this is a mistake in my implementation or not.
From the documentation it seems like the sheet won't leave composition until after it has been hidden (to not interrupt the animation), but once it's hidden it waits a bit too long before disappearing. By not setting bottom windowinsets to 0.dp you can see exactly when it leaves the composition.
The text was updated successfully, but these errors were encountered: