About NestedScrollConnection in compose, I nested ...
# compose
h
About NestedScrollConnection in compose, I nested a
lazyColum
inside a
LazyColum
and I need to do something use the NestedScrollConnection. I created two
NestedScrollConnection
object, one for child and another one for parent. But I don’t know why the child’s available in
onPostScroll()
can’t transit to parent while onPreScroll works fine. I wonder how to connect two NestedScrollConnection as child and parent, is it automatic?
i
@Hengjiang Liu did you find a solution for this issue so far?
h
@Issa Not yet, have used a tricky way