summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.ControlGallery.WindowsPhone/App.xaml.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.ControlGallery.WindowsPhone/App.xaml.cs')
-rw-r--r--Xamarin.Forms.ControlGallery.WindowsPhone/App.xaml.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Xamarin.Forms.ControlGallery.WindowsPhone/App.xaml.cs b/Xamarin.Forms.ControlGallery.WindowsPhone/App.xaml.cs
index 1842bb86..db874ef2 100644
--- a/Xamarin.Forms.ControlGallery.WindowsPhone/App.xaml.cs
+++ b/Xamarin.Forms.ControlGallery.WindowsPhone/App.xaml.cs
@@ -65,7 +65,7 @@ namespace Xamarin.Forms.ControlGallery.WindowsPhone
rootFrame.CacheSize = 1;
Forms.Init (e);
- FormsMaps.Init (Controls.App.Secrets["WinPhoneMapsAuthKey"]);
+ FormsMaps.Init (Controls.App.Config["WinPhoneMapsAuthKey"]);
if (e.PreviousExecutionState == ApplicationExecutionState.Terminated)
{