-
Notifications
You must be signed in to change notification settings - Fork 30
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
Android: Extra Space over Title after closing a BottomSheet #28
Comments
Could you confirm that you have configure the android project to use the Material3 style? |
Thanks for the quick reply. I created
Are there any others steps to take that Android uses this theme? |
Having the same problem here. Any news? |
Hi, It took some time to figure out what was happening but this is finally fixed in version 1.0.0-rc2 available now |
I updated to 1.0.0-rc2 but i still have this issue |
The update fixed it for me. But I had to add some more bottom-padding to the BottomSheet itself, as the content was cut off by a bit. Couldn't test it on iOS yet |
Hi, Thanks for reporting this. Can you please both add more information?
|
I am using Shell, android version on emulator 11. using a pixel 5 device on emulator. i just tested it on my physical device and this issue seems to be fixed. i will be updating my emulator to a newer version thanks |
An extra white space is added over the title after closing a BottomSheet, see below:
The space disappears if the bottom sheet is reopened, but appears again after closing.
Steps to reproduce:
This does not happen with the alpha7 version
The text was updated successfully, but these errors were encountered: