[iOS] ToolbarItems can no longer be manipulated after an incomplete "Back" gesture on iOS - fix#31303
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. |
PureWeen
left a comment
There was a problem hiding this comment.
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