`RecyclerView` inside `AndroidView` inside `Column...
# compose
m
RecyclerView
inside
AndroidView
inside
Column
is not scrolling. how to make it behave like
LazyColumn
and scroll correctly? am trying with
NestedScrollConnection
but without success
m
why not change the
RecyclerView
to
LazyColumn
m
my usecase is to have tabs with
LazyColumn
and to select tab based on shown section/item in
LazyColumn
but am having problems with last section/item
like
Pager
with tab indicators but free scrolling instead of snapping