I’m trying to use the `swipeable` modifier in a <C...
# compose
b
I’m trying to use the
swipeable
modifier in a CoordinatorLayout but it is only working Horizontal but not Vertical https://gist.github.com/thebino/4c95e46cca53ec1d9baa29953f0ccb20#file-mainactivity-kt-L79
j
Can you post the layout code as well, please?
b
@jossiwolf The layout file is in the gist already. Look above 😄
Regarding the tests, the standalone composable is working fine. Looks like, the CoordinatorLayout is covering all vertical swipe gestures. https://gist.github.com/thebino/4c95e46cca53ec1d9baa29953f0ccb20
j
Ah heh scrolled right past that, sorry! cc @levima