What if you remove the clickable modifier from its parent column?
a
Alex C
11/25/2021, 5:19 AM
Same result.
I was trying different scenarios hence the Column clickable.
What I'm having is if I click the area of a parent layout which has no clickable modifier(the Box) first, then click the child clickable components, the onclick event of the child will not be triggered. Which is very weird
I copied the same compsable code in a brand new project, it works. But the same code in my existing project doesn't work.
Alex C
11/29/2021, 5:02 AM
After many test I finally find that if I add animation-graphic dependency in build.gradle, this bug will appear.
Removing this dependency fixes this issue.
@Doris Liu could you help?
d
Doris Liu
11/29/2021, 6:50 PM
Could you file a bug including the minimal repro code? We'll investigate.