From e488f7f3189d5bafecf36f79c4fb1862d662350b Mon Sep 17 00:00:00 2001 From: Paul DiPietro Date: Tue, 16 Aug 2016 14:13:12 -0500 Subject: [WinRT] Remove preemptive setting of null upon action sheet closure (#305) --- Xamarin.Forms.Platform.WinRT/Platform.cs | 1 - 1 file changed, 1 deletion(-) (limited to 'Xamarin.Forms.Platform.WinRT') diff --git a/Xamarin.Forms.Platform.WinRT/Platform.cs b/Xamarin.Forms.Platform.WinRT/Platform.cs index a0b1ca58..e780d95a 100644 --- a/Xamarin.Forms.Platform.WinRT/Platform.cs +++ b/Xamarin.Forms.Platform.WinRT/Platform.cs @@ -643,7 +643,6 @@ namespace Xamarin.Forms.Platform.WinRT list.ItemClick += (s, e) => { _currentActionSheet.IsOpen = false; - _currentActionSheet = null; options.SetResult((string)e.ClickedItem); }; -- cgit v1.2.3