material-components / material-components-android-examples

Companion example apps and code for MDC-Android.
Apache License 2.0
2.51k stars 524 forks source link

Reply: Email card snatches touch events from scrolling view #69

Open Sternbach-Software opened 3 years ago

Sternbach-Software commented 3 years ago

The email card with the title "Bonjour from" has a scrolling view of pictures. When you first open the app and scroll the pictures all the way to the right, and then try and rescroll to the left, the card steals the touch events and starts performing the slide-to-favorite action. The only way to slide the pictures back is to first slide right again (as if you were scrolling to the end again, even though it is already all the way at the end), and then scroll left, and this time the card won't steal the touch events and it will scroll.