Hey all! Is there a way to pass a click event from...
# compose
h
Hey all! Is there a way to pass a click event from top view to bottom view in overlapping views? I've a
Column
overlapped by a
LazyList
(trying to implement a nested scroll) and I was wondering if there's a way to pass click events to the
Column
beneath and scroll events be handled by the
LazyList
itself. I want to preferably do this only for the first item in the list. Is something could be done in Compose today?