Open
Description
Steps to reproduce
this is/will be introduced with #2596
- have a message with many emojis so that horizontal scroll is possible
- scroll reactions to right
- stop scrolling (don't hold finger on reactions any more)
- scroll reactions to left (without to scroll right beforehand)
Expected behaviour
reactions are scrolled to left
Actual behaviour
message is swiped to left because of the swipe left to reply feature.
workaround for users: first scroll right and then left while keeping finger on screen.
Solution
the app doesn't know which view should be adressed by the touch.
i guess this should be solved by using onInterceptTouchEvent
etc.