From d4efe0a37ea87967e38a7d0325df8d84e1c125fc Mon Sep 17 00:00:00 2001 From: Rui Marinho Date: Sun, 18 Sep 2016 19:24:44 +0100 Subject: [Controls] Update Insights and UITest packages and fix warnings (#361) * [Controls] Update Insights and UITest packages * Update Xamarin.Forms.Platform.Android (Forwarders).csproj --- Xamarin.Forms.Platform.Android.AppLinks/AndroidAppLinks.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Xamarin.Forms.Platform.Android.AppLinks') diff --git a/Xamarin.Forms.Platform.Android.AppLinks/AndroidAppLinks.cs b/Xamarin.Forms.Platform.Android.AppLinks/AndroidAppLinks.cs index b1639da7..975e65fb 100644 --- a/Xamarin.Forms.Platform.Android.AppLinks/AndroidAppLinks.cs +++ b/Xamarin.Forms.Platform.Android.AppLinks/AndroidAppLinks.cs @@ -91,11 +91,11 @@ namespace Xamarin.Forms.Platform.Android.AppLinks { if (appLink.IsLinkActive) { - Statuses resultStartAgain = await AppIndex.AppIndexApi.StartAsync(_client, indexAction); + await AppIndex.AppIndexApi.StartAsync(_client, indexAction); } else { - Statuses resultEnd = await AppIndex.AppIndexApi.EndAsync(_client, indexAction); + await AppIndex.AppIndexApi.EndAsync(_client, indexAction); } } }; -- cgit v1.2.3