Skip to content

Supplementary Tracking Issues Take 2 - #520

Merged
kyleve merged 4 commits into
mainfrom
kve/revert-revert-supplementary-tracking
Feb 5, 2024
Merged

Supplementary Tracking Issues Take 2#520
kyleve merged 4 commits into
mainfrom
kve/revert-revert-supplementary-tracking

Conversation

@kyleve

@kylevekyleve commented Jan 10, 2024

Copy link
Copy Markdown
Contributor

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:

  • Ensure any public-facing changes are reflected in the changelog. Include them in the Main section.

@kylevekyleve changed the title [WIP DNR] Supplementary Tracking IssuesSupplementary Tracking Issues Take 2Jan 11, 2024
@kyleve
kyleve marked this pull request as ready for review January 11, 2024 13:51
@kyleve
kyleve requested a review from a teamJanuary 11, 2024 13:51
@kyleve

Copy link
Copy Markdown
ContributorAuthor

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)

@kyleve

Copy link
Copy Markdown
ContributorAuthor

@n8chur Since you approved the last one, mind stamping this one? The only change is this change 9f3be3a to revert a weak change.

addGestureRecognizer(panGestureRecognizer)
let tapGestureRecognizer = UITapGestureRecognizer(target: self, action: #selector(handleTap))
tapGestureRecognizer.require(toFail: panGestureRecognizer)
tapGestureRecognizer.cancelsTouchesInView = false

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What does this resolve?

Copy link
Copy Markdown
ContributorAuthor

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

Copy link
Copy Markdown
Collaborator

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.

Copy link
Copy Markdown
ContributorAuthor

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
@kyleve
kyleve merged commit bc9b064 into mainFeb 5, 2024
@kyleve
kyleve deleted the kve/revert-revert-supplementary-tracking branch February 5, 2024 20:12
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@kyleve@n8chur@nsillik