Fixed
Status Update
Comments
an...@google.com <an...@google.com>
an...@google.com <an...@google.com>
ap...@google.com <ap...@google.com> #2
Thanks! This looks like a bug, thank you for reporting!
na...@google.com <na...@google.com> #3
I would also recommend setting the value to 10%. When you do that, the behavior is wild.
Dragging up to 10% or between 50% and 90% will cause it to snap back to the start anchor.
Dragging between 10% and 50% or past 90% will cause it to snap to the end anchor.
Dragging up to 10% or between 50% and 90% will cause it to snap back to the start anchor.
Dragging between 10% and 50% or past 90% will cause it to snap to the end anchor.
Description
In my task I need draw over some items in LazyColumn and by some events animate them.
I am trying to reproduce RecyclerView.ItemDecoration.onDrawOver behavior
I almost done it, but I ran into a problem: rememberLazyListState has not changed on over scroll position changed on Android 12.
See attached video
Code:
So we need possibility to listen/react on over scroll changes