You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CarefulDeveloper
changed the title
onSwipe not effect when sub composable item with clickable Modifier
onSwipe not work when sub composable item with clickable Modifier
Jan 10, 2024
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: