yuyakaido / CardStackView

📱Tinder like swipeable card view for Android
Apache License 2.0
2.37k stars 448 forks source link

SnapHelper not working inside Card #241

Open umang6891 opened 5 years ago

umang6891 commented 5 years ago

I have a horizontal scroll inside the card. I am using SnapHelper to scroll the RecyclerView. I can't scroll the list.

I have already disabled the manual swipe. manager.setSwipeableMethod(SwipeableMethod.Automatic)