Fixed
Status Update
Comments
an...@google.com <an...@google.com>
an...@google.com <an...@google.com>
ap...@google.com <ap...@google.com> #2
Hi Chuck. This bug is currently on the Alpha hotlist but not on the Dev17 iteration. Can you please confirm whether it will be done by the cut this Wednesday? Thanks!
na...@google.com <na...@google.com> #3
This will not make it to Alpha. The CL itself is done but the issues it uncovered will not be fixed in time.
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