Hi all, I have a ParentFragment with CollapsingToo...
# compose
a
Hi all, I have a ParentFragment with CollapsingToolbarLayout + ViewPager2, and 2 childFragments inside the viewPager: one with compose LazyColumn and another with recyclerView. The problem I am having is that collapsingToolbarLayout collapses as expected when scrolling the recyclerView, but doesn’t move when scrolling the LazyColumn. how can I solve this problem?