Hi guys, is there any way to click a view behind another transparent Jetpack Compose widget?
a
Ankit Kumar
06/10/2023, 4:22 AM
if you don't consume click events of the top composable
you can interact with composable behind it
just a note if you are using surface in top compose then you can't as surface internally consume click events