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
Description
Jetpack Compose version: 1.7.6, 1.8.0-alpha03
Jetpack Compose component(s) used: Layout list overload
Kotlin version: 2.1.0
Code:
Pressing 'Move' will re-order the list and recompose. This does not trigger the Measure and Placement passes as expected.
Logs:
Changing the layout composable to the regular one will behave as expected and call the Measure and Placement passes every-time the list changes.
Logs: