mirror of
https://github.com/jwetzell/qController.git
synced 2026-08-20 06:29:13 +00:00
Address warnings and move to FlyoutPage for Xamarin Forms 5
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user