Is the onClick removed in Surface in 1.0.0-rc02? I...
# compose
g
Is the onClick removed in Surface in 1.0.0-rc02? I see that my application is not responding to clicks anymore. It was experimental, is that why it fails?
t
Modifier.clickable {}
is working for me on surface
g
Yeah i wil try that, but they had an experimental future with onClick as function parameter
g
Hmm, yeah I could know it is still there, because my application builds. But the onclicks are just not working anymore.
m
If you will be able to come up with a small example that will help us reproduce the problem - could you file a bug and include this sample? Thanks
g
I guess it has to do with different library versions. I only upgraded my compose version, and not whe navigation/activity/constraint compose and it works.