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
Description:
This issue was introduced in 1.4.0. Bottom sheet width is not invalidated on orientation change without activity recreation.
When activity has configChanges=orientation attribute and BottomSheet has been initialized with screen width more than 640dp bottom sheet content width won't be invalidated after orientation change:
Expected behavior:
Bottom sheet width should be invalidated on orientation changes according to maxWidth value and actual screen width after orientation change.
Android API version:
Any API version
Material Library version:
1.4.0
Device:
Android Emulator API 30, Samsung S21 Ultra, Pixel 4 XL, any other device
The text was updated successfully, but these errors were encountered:
I cannot reproduce the issue on my end. Is this still reproducible with the latest library version? If so, can you provide a minimal reproducible example to help us debug? Thank you very much!
Description:
This issue was introduced in 1.4.0. Bottom sheet width is not invalidated on orientation change without activity recreation.
When activity has
configChanges=orientation
attribute and BottomSheet has been initialized with screen width more than 640dp bottom sheet content width won't be invalidated after orientation change:Demo project: https://github.com/enginegl/bottom-sheet-issue
Expected behavior:
Bottom sheet width should be invalidated on orientation changes according to
maxWidth
value and actual screen width after orientation change.Android API version:
Any API version
Material Library version:
1.4.0
Device:
Android Emulator API 30, Samsung S21 Ultra, Pixel 4 XL, any other device
The text was updated successfully, but these errors were encountered: