I have a GLSurfaceView that's intercepting every t...
# compose
a
I have a GLSurfaceView that's intercepting every touch. I want it to receive pinch/zoom gestures but not taps. I want the taps to be handled in compose. I can't get it stop consuming taps, any ideas?