Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Attachment actions
Unintended behavior
View staffing
Description
Jetpack Compose version: BOM 2024.11.00
Material Library Version (M2, M3 or Both?): M2
Material Compose component used: Scaffold
Android Studio Build: Build #AI-242.23339.11.2421.12700392
Kotlin version: 2.0.0
Steps to Reproduce or Code Sample to Reproduce:
When using a dialog() nav destination and passing dialog properties with
usePlatformDefaultWidth = false
the dialog is floating under the navigation bar at the bottom.I attached a repro and screenshots to demonstrate the behaviour. We think this might be related to M2 because we weren't able to reproduce it with M3 in a separate project but unfortunately we can't update to M3 in the main project yet.