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
Tgo1014
07/28/2021, 1:04 PM
Modifier.clickable {}
is working for me on surface
g
Geert
07/28/2021, 1:05 PM
Yeah i wil try that, but they had an experimental future with onClick as function parameter
Hmm, yeah I could know it is still there, because my application builds. But the onclicks are just not working anymore.
m
matvei
07/28/2021, 1:20 PM
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
Geert
07/28/2021, 2:52 PM
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.