Alex
11/04/2021, 3:40 PMAlex
11/04/2021, 3:40 PM.nestedScroll(object : NestedScrollConnection {
override fun onPreScroll(available: Offset, source: NestedScrollSource): Offset {
scrollY += available.y
return super.onPreScroll(available, source)
}
}
Alex
11/04/2021, 3:43 PMsaket
11/11/2021, 6:46 PMAlex
11/14/2021, 2:47 PMsaket
11/14/2021, 5:29 PMonScroll()
callback was getting called during flings. I investigated my code a bit more and I may have found my issue -- LazyColumn has items that change height causing the scroll offset to go out of sync.Alex
11/15/2021, 8:04 AM