diff --git a/Qwirkle/QwirkleViews/App.xaml.cs b/Qwirkle/QwirkleViews/App.xaml.cs index a769596..f1963c6 100644 --- a/Qwirkle/QwirkleViews/App.xaml.cs +++ b/Qwirkle/QwirkleViews/App.xaml.cs @@ -19,8 +19,8 @@ namespace Qwirkle InitializeComponent(); - //MainPage = new NavigationPage(new MainPage()); - MainPage = new AppShell(); + MainPage = new NavigationPage(new MainPage()); + //MainPage = new AppShell(); Routing.RegisterRoute(nameof(SetPlayers), typeof(SetPlayers)); Routing.RegisterRoute(nameof(Gameboard), typeof(Gameboard));