~Weird: After upgrading to beta08 `.clickable()` ...
# compose
j
Weird: After upgrading to beta08
.clickable()
modifiers applied to items in a
LazyColumn
don’t work anymore.
Card
and
Surface
with
clickable()
modifiers will stop working in beta08. See inside.
🤔 1
👍 2
l
Do you have a reproduction / could you file a bug?
j
I’ll try with a new project and see if the issue persists
i
Are your items a
Card
or
Surface
? They consume clicks now: https://developer.android.com/jetpack/androidx/releases/compose-material#1.0.0-beta08
🙏 5
☝️ 1
👍 2
You'll want to use the version of
Surface
or
Card
that has an
onClick
parameter instead of using
clickable()
j
Yes they are. Thanks, I’ve missed that change.
r
I was confused too. Thanks for the help.
k
Somehow my boxes are also not working with the clickable modifier
a
that explains it😢