-
Notifications
You must be signed in to change notification settings - Fork 177
fix annotation interactions stop working after annotation update #1063
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
Conversation
maios
left a comment
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.
LGTM! Can we add some tests for this use case?
To test this we'd need to simulate touch events from the native side, not sure how to do this from the Flutter side. |
Co-authored-by: Patrick Leonard <pjleonard37@users.noreply.github.com>
pjleonard37
left a comment
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.
👍
* fix annotation interactions stop working after annotation update * add changelog * Update CHANGELOG.md Co-authored-by: Patrick Leonard <pjleonard37@users.noreply.github.com> --------- Co-authored-by: Patrick Leonard <pjleonard37@users.noreply.github.com>
* Annotation improvements (#1064) * allAnnotations + customData * add changelog entry * fix annotation interactions stop working after annotation update (#1063) * fix annotation interactions stop working after annotation update * add changelog * Update CHANGELOG.md Co-authored-by: Patrick Leonard <pjleonard37@users.noreply.github.com> --------- Co-authored-by: Patrick Leonard <pjleonard37@users.noreply.github.com> --------- Co-authored-by: Patrick Leonard <pjleonard37@users.noreply.github.com>
What does this pull request do?
Fixes annotation interaction handlers not being passed to platform SDK upon annotation update.
What is the motivation and context behind this change?
#1026 https://mapbox.atlassian.net/browse/MAPSFLT-413
Pull request checklist:
PRs must be submitted under the terms of our Contributor License Agreement CLA.