mirror of
https://github.com/jwetzell/qController.git
synced 2026-08-20 06:29:13 +00:00
Organize Views
This commit is contained in:
@@ -89,7 +89,7 @@ namespace qController
|
||||
{
|
||||
await NavigationPage.PopToRootAsync();
|
||||
QWorkspace recentWorkspace = new QWorkspace(packagedInfo.workspaceInfo, new QServer(packagedInfo.serverInfo.host, packagedInfo.serverInfo.port));
|
||||
await NavigationPage.PushAsync(new WorkspacePage(recentWorkspace));
|
||||
await NavigationPage.PushAsync(new QWorkspacePage(recentWorkspace));
|
||||
Log.Debug("Pushed WorkspacePage from App Action");
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user