Address warnings and move to FlyoutPage for Xamarin Forms 5

This commit is contained in:
2021-01-28 12:39:31 -06:00
parent c3acd35850
commit 746fd924d3
13 changed files with 135 additions and 142 deletions
+1 -5
View File
@@ -52,13 +52,9 @@ namespace qController
}
var menuPage = new MenuPage();
rootPage = new RootPage();
NavigationPage = new NavigationPage(new QConnectionPage());
rootPage.Master = menuPage;
rootPage.Detail = NavigationPage;
rootPage.Detail = new NavigationPage(new QConnectionPage());
MainPage = rootPage;
rootPage.Init();
}
public static void showToast(string message)