Compose <-> View compatibility issue: Scroll...
# compose
a
Compose <-> View compatibility issue: Scrolling a
LazyColumn
does not affect the
Behavior
of a
CoordinatorLayout
the
ComposeView
containing the
LazyColumn
is in. How would I make the outer View system react to the Compose system (have a lambda passed to the Compose functions dispatch something on the View?)?
1