https://kotlinlang.org logo
Title
s

ste

07/19/2022, 10:01 AM
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

Zoltan Demant

07/19/2022, 10:30 AM
If its related to the issue, my workaround has been to disable animateItemPlacement on Android 12 and above until they sort it out!
a

Andrey Kulikov

07/20/2022, 2:04 PM
please file a bug with the code sample
s

ste

07/20/2022, 4:58 PM