Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

Commit 9bd26e5

Browse files
committed
Attempt to fix occasional GroupableItemsViewController disposed crash
1 parent 9e10bb9 commit 9bd26e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Xamarin.Forms.Platform.iOS/CollectionView/ItemsViewController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ protected override void Dispose(bool disposing)
6666

6767
_emptyUIView?.Dispose();
6868
_emptyUIView = null;
69-
69+
7070
_emptyViewFormsElement = null;
7171

7272
ItemsViewLayout?.Dispose();

0 commit comments

Comments
 (0)