https://kotlinlang.org logo
#compose
Title
# compose
a

allan.conda

12/03/2020, 10:35 AM
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

Dominaezzz

12/03/2020, 3:28 PM
Do you unconditionally set the clickable modifier?