diff --git a/WheresMyKombucha/WheresMyKombucha.Android/MainActivity.cs b/WheresMyKombucha/WheresMyKombucha.Android/MainActivity.cs index 67933a3..fed1ad7 100644 --- a/WheresMyKombucha/WheresMyKombucha.Android/MainActivity.cs +++ b/WheresMyKombucha/WheresMyKombucha.Android/MainActivity.cs @@ -19,7 +19,7 @@ protected override void OnCreate(Bundle savedInstanceState) base.OnCreate(savedInstanceState); global::Xamarin.Forms.Forms.Init(this, savedInstanceState); - LoadApplication(new App()); + LoadApplication(new App()) } } -} \ No newline at end of file +}