There were cases in which the item ItemCell.ContentViewContainer's UITapGestureRecognizer was swallowing touches over some of the swipe action buttons. This fixes it by only allowing the gesture recognizer to begin when the touches are inside of the contentView.
Checklist
Please do the following before merging:
[x] Ensure any public-facing changes are reflected in the changelog. Include them in the Main section.
There were cases in which the item
ItemCell.ContentViewContainer
'sUITapGestureRecognizer
was swallowing touches over some of the swipe action buttons. This fixes it by only allowing the gesture recognizer to begin when the touches are inside of thecontentView
.Checklist
Please do the following before merging:
Main
section.