summaryrefslogtreecommitdiff
path: root/PagesGallery/PagesGallery.Droid/MainActivity.cs
diff options
context:
space:
mode:
Diffstat (limited to 'PagesGallery/PagesGallery.Droid/MainActivity.cs')
-rw-r--r--PagesGallery/PagesGallery.Droid/MainActivity.cs4
1 files changed, 3 insertions, 1 deletions
diff --git a/PagesGallery/PagesGallery.Droid/MainActivity.cs b/PagesGallery/PagesGallery.Droid/MainActivity.cs
index b991250c..37f4a4ff 100644
--- a/PagesGallery/PagesGallery.Droid/MainActivity.cs
+++ b/PagesGallery/PagesGallery.Droid/MainActivity.cs
@@ -15,8 +15,10 @@ namespace PagesGallery.Droid
ToolbarResource = Resource.Layout.Toolbar;
TabLayoutResource = Resource.Layout.Tabbar;
- base.OnCreate(bundle);
+ Microsoft.WindowsAzure.MobileServices.CurrentPlatform.Init();
+ base.OnCreate(bundle);
+
Forms.Init(this, bundle);
LoadApplication(new App());
}