-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Supplementary Tracking Issues Take 2 #520
Conversation
This reverts commit 7b48b9c.
Tests are green, should be good to land: https://square-console.sqprod.co/bbr/production/ci_jobs/PR+ios+HJLRR6+Bazel-Pipeline-PR/2 (The one failure is the linter complaining at public github) |
@@ -159,6 +159,7 @@ extension ItemCell { | |||
addGestureRecognizer(panGestureRecognizer) | |||
let tapGestureRecognizer = UITapGestureRecognizer(target: self, action: #selector(handleTap)) | |||
tapGestureRecognizer.require(toFail: panGestureRecognizer) | |||
tapGestureRecognizer.cancelsTouchesInView = false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What does this resolve?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Weird that's showing up here, it's in main
#521
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
huh... I wonder if merging main
into this would resolve the confusion GitHub's having here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Merging main in seemed to resolve this, odd
* main: fix: don't cancel touches in view for tap gesture recognizer
This brings back #433. Please see that PR for the discussion.
Describe your changes here. Please include screenshots if they're visual!
Checklist
Please do the following before merging:
Main
section.