Hello guys, does anyone know how to make `LazyColu...
# compose
j
Hello guys, does anyone know how to make
LazyColumn
works with
CoordinatorLayout
? My setup is an Activity with
CoordinatorLayout
,
AppbarLayout
,
CollapsingToolbarLayout
and a
FragmentContainerView
. I am trying to reimplement my Fragment with
LazyColumn
but the toolbar isn’t collapsing when I scroll. (It works with
RecyclerView
before) Thanks!