Skip to content

Commit

Permalink
#577 More silly compiler errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Nigel Sampson committed Feb 2, 2019
1 parent 8519bd6 commit 3884e32
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
using Android.Widget;
using Android.OS;
using Features.CrossPlatform;
using Caliburn.Micro;

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

base.OnCreate(savedInstanceState);
global::Xamarin.Forms.Forms.Init(this, savedInstanceState);
LoadApplication(new FormsApp());
LoadApplication(IoC.Get<FormsApp>());
}
}
}

0 comments on commit 3884e32

Please sign in to comment.