Hi guys, is there any way to click a view behind a...
# compose-android
a
Hi guys, is there any way to click a view behind another transparent Jetpack Compose widget?
a
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