I'm experiencing weird animation glitch with `Lazy...
# compose
s
I'm experiencing weird animation glitch with
LazyColumn
. Items get aggregated at the bottom of the list when a placement occurs (see attached video). This only happens if the
LazyColumn
contains other elements (e.g. a
stickyHeader
) other than
items
being reordered.
(reuploaded video)
z
If its related to the issue, my workaround has been to disable animateItemPlacement on Android 12 and above until they sort it out!
a
please file a bug with the code sample
s