I have an `AndroidView` embedded in the `Column` w...
# compose
d
I have an
AndroidView
embedded in the
Column
with
verticalScroll
and whenever this view is clicked I want all touch events to go inside it, instead of being consumed by scrolling. How do I achieve that?