Assigned
Status Update
Comments
an...@google.com <an...@google.com>
yb...@gmail.com <yb...@gmail.com> #2
Seeing the same issue in ModalBottomSheet from material3-android -> 1.4.0-alpha05
.
yb...@gmail.com <yb...@gmail.com> #3
same -> 1.4.0-alpha07.
ne...@westnordost.de <ne...@westnordost.de> #4
This is due to new motionScheme property. Previously the bug was fixed by using tween animation and starting from 1.4 spring is used again.
Description
Jetpack Compose version: 2024.11.00 Kotlin version: 2.1.0
The DropdownMenu overflows the screen when the menu is too long, which makes it impossible to see the last element. This issue occurs only when the app targets API 35 and runs on an Android 15 device. It works properly when the target API is 34 or the app runs on an Android 14 device.