From ba2a434ec13370cc4814b54f6ce51d4d16594f97 Mon Sep 17 00:00:00 2001 From: Jason Smith Date: Tue, 12 Apr 2016 08:53:36 -0700 Subject: Add compatibility shims to fix warnings; annotate warnings which require (#75) more thought to fix; Fix a few more warnings VS didn't see fit to raise as errors Adding comments to `pragma warning disable` statements pragma comments Fix typo Set TabletMasterDetailRenderer back to previous version Fix incorrect config access in legacy activity --- Xamarin.Forms.ControlGallery.Android/Activity1.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Xamarin.Forms.ControlGallery.Android') diff --git a/Xamarin.Forms.ControlGallery.Android/Activity1.cs b/Xamarin.Forms.ControlGallery.Android/Activity1.cs index 4a96b800..4b36a548 100644 --- a/Xamarin.Forms.ControlGallery.Android/Activity1.cs +++ b/Xamarin.Forms.ControlGallery.Android/Activity1.cs @@ -188,7 +188,7 @@ namespace Xamarin.Forms.ControlGallery.Android base.OnCreate(bundle); if (!Debugger.IsAttached) - Insights.Initialize(App.Secrets["InsightsApiKey"], this.ApplicationContext); + Insights.Initialize(App.Config["InsightsApiKey"], this.ApplicationContext); Forms.Init(this, bundle); FormsMaps.Init(this, bundle); -- cgit v1.2.3