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)
Unintended behavior
View staffing
Attachment actions
Description
Jetpack Compose version: 2024.12.01
Jetpack Compose component used: ui/navigation
Android Studio Build: Ladybug 2024.2.1
Kotlin version: 2.0.0
I'm experiencing an issue where the position of
Modifier.shadow
shifts slightly up or down when navigating to a new screen and back after rotating the screen to landscape orientation.This issue is reproducible on a physical Pixel 8 Pro device running Android 15. I was unable to reproduce it on an emulator. It is possible that this issue is specific to Pixel devices.
Steps to Reproduce or Code Sample to Reproduce:
Modifier.shadow
.I have attached a sample code and a video demonstrating the issue.