We’ve been getting Modifier.clickable issues for a...
# compose
a
We’ve been getting Modifier.clickable issues for a while now on a scrollable composable when going back from a navigation. We’ve just migrated to alpha08 and the issue is still not fixed. steps: 1. tap on a component with Modifier.clickable() (except a Button) that navigates to a different screen 2. go back and try to click the same component. The composable cannot be tapped. Can’t replicate this on a Button. The issue is fixed if you try to scroll-drag a little. It’s quite difficult to write a sample project and report a bug though. Anyone else encountering this issue and possibly may have filed a bug? I didn’t find any.
d
Do you unconditionally set the clickable modifier?