diff options
Diffstat (limited to 'Xamarin.Forms.ControlGallery.Android')
-rw-r--r-- | Xamarin.Forms.ControlGallery.Android/Activity1.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Xamarin.Forms.ControlGallery.Android/Activity1.cs b/Xamarin.Forms.ControlGallery.Android/Activity1.cs index 3426ce21..9dbd4b63 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.InsightsApiKey, this.ApplicationContext); + Insights.Initialize(App.Secrets["InsightsApiKey"], this.ApplicationContext); Forms.Init(this, bundle); FormsMaps.Init(this, bundle); |