Jetpack Compose: SwipeToDismiss in Horizontal Pager
Is there a way to make the SwipeToDismiss function work in a HorizontalPager in Jetpack Compose? At the moment the Pager consumes all drag gestures so the SwipeToDismiss is not working.
Is there a way to make the SwipeToDismiss function work in a HorizontalPager in Jetpack Compose? At the moment the Pager consumes all drag gestures so the SwipeToDismiss is not working.