Archived
1
0

Development 1.1

This commit is contained in:
Michael Gordeev
2018-06-29 01:00:33 +03:00
parent 8dd78f9853
commit 0782f9a506
48 changed files with 2403 additions and 825 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ namespace FoxTube
// When the navigation stack isn't restored navigate to the first page,
// configuring the new page by passing required information as a navigation
// parameter
rootFrame.Navigate(typeof(SubLayer), e.Arguments);
rootFrame.Navigate(typeof(MainPage), e.Arguments);
}
// Ensure the current window is active
Window.Current.Activate();