Having a `LazyColumn` within a `ComposeView` withi...
# compose
a
Having a
LazyColumn
within a
ComposeView
within… a `CoordinatorLayout`: The Behaviors (FAB moving out of sight while scrolling e.g.) of the
CoordinatorLayout
seem to not work. How can the scrolling be propagated?
a
It might be possible but it's tricky and you need to dispatch nested scroll yourself.