-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[iOS] Clear the delegate from ContextActionCell #4324
Conversation
|
||
if (_scroller != null) | ||
{ | ||
_scroller.Delegate = null; |
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.
This is the only real change.
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.
So what's all this other stuff?
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.
Just wondering what all the other changes are about.
|
||
if (_scroller != null) | ||
{ | ||
_scroller.Delegate = null; |
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.
So what's all this other stuff?
Update UITests and another plugin . and of course the test. |
I re-queue'd the iOS10 test but it looks like the iOS 10 test for this PR failed
|
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue4341.cs
Outdated
Show resolved
Hide resolved
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.
Good catch @PureWeen can you test now? Thanks |
Description of Change
Clear the global closer delegate from ContextActionCell when disposing.
Issues Resolved
API Changes
None
Platforms Affected
Behavioral/Visual Changes
None
Before/After Screenshots
Not applicable
Testing Procedure
Use issue 4314 gallery page.
Swipe the 2 cell to reveal content actions and delete both items.
Should go the other page without crash
PR Checklist