Fixed
Status Update
Comments
an...@google.com <an...@google.com>
an...@google.com <an...@google.com>
ap...@google.com <ap...@google.com> #2
A couple of questions:
1. Have you saw crash in real device or only in simulators?
2. Do you use dynamic feature for language ID?
1. Have you saw crash in real device or only in simulators?
2. Do you use dynamic feature for language ID?
na...@google.com <na...@google.com> #3
Tested on Android 12 Emulator with custom executor, but cannot repro this issue.
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