Skip to content

Commit

Permalink
#577 Fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
Nigel Sampson committed Jan 30, 2019
1 parent a972c92 commit 8519bd6
Showing 1 changed file with 3 additions and 2 deletions.
Expand Up @@ -6,6 +6,7 @@
using Android.Views;
using Android.Widget;
using Android.OS;
using Features.CrossPlatform;

namespace Features.Forms.Droid
{
Expand All @@ -19,7 +20,7 @@ protected override void OnCreate(Bundle savedInstanceState)

base.OnCreate(savedInstanceState);
global::Xamarin.Forms.Forms.Init(this, savedInstanceState);
LoadApplication(new App());
LoadApplication(new FormsApp());
}
}
}
}

0 comments on commit 8519bd6

Please sign in to comment.