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

Commit e488f7f

Browse files
pauldipietroJason Smith
authored andcommitted
[WinRT] Remove preemptive setting of null upon action sheet closure (#305)
1 parent 4226f5b commit e488f7f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Xamarin.Forms.Platform.WinRT/Platform.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,6 @@ void OnPageActionSheet(Page sender, ActionSheetArguments options)
643643
list.ItemClick += (s, e) =>
644644
{
645645
_currentActionSheet.IsOpen = false;
646-
_currentActionSheet = null;
647646
options.SetResult((string)e.ClickedItem);
648647
};
649648

0 commit comments

Comments
 (0)