Archived
1
0

Refreshing fixed

Related Work Items: #212
This commit is contained in:
Michael Gordeev
2018-12-23 14:24:16 +03:00
parent e71761c38f
commit 91fd3f6ab9
8 changed files with 12 additions and 24 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ namespace FoxTube
private void refreshPage(object sender, RoutedEventArgs e)
{
(Parent as Frame).Navigate(typeof(Home));
Methods.MainPage.GoToHome();
}
private void RecMore_Clicked()