Fixed
Status Update
Comments
se...@google.com <se...@google.com>
an...@gmail.com <an...@gmail.com> #3
Thanks for the report!
ma...@google.com <ma...@google.com>
ap...@google.com <ap...@google.com> #4
The release notes documentation has been edited to clarify this change in behavior for line height.
To support non-standard text sizes, we encourage users to follow the Material design system and use a different style = LocalTextStyle.current.copy(lineHeight = TextUnit.Unspecified)
, or create a custom Typography
entirely.
na...@google.com <na...@google.com> #5
deleted
vo...@gmail.com <vo...@gmail.com> #6
Comment has been deleted.
ve...@navi.com <ve...@navi.com> #7
Comment has been deleted.
Description
Jetpack Compose version: Compose BOM 2023.10.0
Jetpack Compose component used: BottomSheetScaffold (Material 3)
Android Studio Build: Build #AI-232.10072.27.2321.10977308
Kotlin version: 1.9.10
Steps to Reproduce or Code Sample to Reproduce:
androidx.compose.material3.BottomSheetScaffold
component.peekHeight
< the height of this scrollable component, so it actually can scroll.sheetSwipeEnabled = false
to prevent the dragging behavior.sheetSwipeEnabled
should prevent this.Example code:
This was also an issue in the M2 https://issuetracker.google.com/issues/215403277#comment16
BottomSheetScaffold
, and someone reported on an issue for that component that this one was also affected: