Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Noticeable delay between dismissing material3 modal bottomsheet and being able to interact with homescreen #72

Open
simonalveteg opened this issue Feb 4, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@simonalveteg
Copy link
Owner

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.

@simonalveteg simonalveteg added the bug Something isn't working label Feb 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant