[A] Fix insights api key access for Legacy Android
This commit is contained in:
Родитель
5c63c8c74a
Коммит
1200fcce1b
|
@ -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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче