From 76d8be1855925c1520df464eb247f9e751993be8 Mon Sep 17 00:00:00 2001 From: 7sharp9 Date: Tue, 5 May 2015 18:22:12 +0100 Subject: [PATCH] Changed to simple distinct --- src/Xamarin.iOSProviders/Designtime.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Xamarin.iOSProviders/Designtime.fs b/src/Xamarin.iOSProviders/Designtime.fs index be0a5af..2cdad7a 100644 --- a/src/Xamarin.iOSProviders/Designtime.fs +++ b/src/Xamarin.iOSProviders/Designtime.fs @@ -152,7 +152,7 @@ module TypeBuilder = | subviews -> yield! subviews |> Seq.collect (fun sv -> sv.Actions) - |> Seq.distinctBy (fun a -> a) + |> Seq.distinct |> Seq.collect buildAction] providedController.AddMembers actionProvidedMembers