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: 1.8.0-beta2
Jetpack Compose component used: Dialog
Android Studio Build: 2024.3.2 Canary 6
Kotlin version: 2.1.10
From Compose 1.8 alphas and betas, setting
decorFitsSystemWindows
tofalse
disables all Dialog entry/exit animations. This is a behaviour change from Compose 1.7 and does not appear to be mentioned in any release notes as an intended change as far as I can see.I imagine this is caused by the fix to allow dialog content to properly draw behind system UI. That change is very much desirable, but it would be good for Compose to either (a) restore the "standard" entry/exit animations, or (b) if this isn't possible/is undesirable due to the drawing area changes, provide some simple code migration path or sample for us to restore this animation behaviour ourselves.
See attached videos.
Steps to Reproduce or Code Sample to Reproduce: