Hi, I just started using Jetpack Compose in my vie...
# compose
u
Hi, I just started using Jetpack Compose in my view based app. I came across a situation where I have a ComposeView in a NestedScrollView in a material.bottomsheet. I have a lazyColumn in my ComposeView. My issue is, scroll in my lazyColumn randomly works (once in 10 attempts may be). If I disable or takeout the NestedScrollView and the bottom sheet in the hierarchy, then the scroll in my lazyColumn works. Does anyone know how to make the scroll work in the lazyColumn? Could someone please help?