This repository was archived by the owner on Dec 27, 2024. It is now read-only.
onSwipe not work when sub composable item with clickable Modifier #850
Labels
bug
Something isn't working
I use MotionLayout(Compose) like this:
swipe action can work fine:

If I add
Modifier.clickable{}
:Swipe action not work now:

The text was updated successfully, but these errors were encountered: