-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[iOS] ToolbarItems can no longer be manipulated after an incomplete "Back" gesture on iOS - fix #31303
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
Moved the CollectionChanged event handler attachment for _tracker to the initialization logic, removing redundant event handler management from WillMoveToParentViewController. This simplifies event handling and ensures the handler is consistently attached.
|
Hey there @@kubaflo! Thank you so much for your PR! Someone from the team will get assigned to your PR shortly and we'll get it reviewed. |
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.
Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.
PureWeen
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.
Can we add a uitest code this one?
|
@PureWeen, I don't think we can. We couldn't figure out how to create tests with only the iOS swipe gesture, and this one would have to do only a partial swipe |
Could try to use the
|
It didn't work :/ |
Note
Are you waiting for the changes in this PR to be merged?
It would be very helpful if you could test the resulting artifacts from this PR and let us know in a comment if this change resolves your issue. Thank you!
Description of Change
Moved the CollectionChanged event handler attachment for _tracker to the initialization logic, removing redundant event handler management from WillMoveToParentViewController. This simplifies event handling and ensures the handler is consistently attached.
Issues Fixed
Fixes #31278