This pull request fixes the behavior of touch interception by allowing any child views of SwipeActionView to intercept touch events and perform own actions. By doing so it is now possible to scroll inside of horizontally scrolling views that are added as children of SwipeActionView.
This pull request fixes the behavior of touch interception by allowing any child views of
SwipeActionView
to intercept touch events and perform own actions. By doing so it is now possible to scroll inside of horizontally scrolling views that are added as children ofSwipeActionView
.Closes #22