Archived
1
0

Fixes. Preparing for submission

This commit is contained in:
Michael Gordeev
2019-02-02 15:14:35 +03:00
parent c30a08f47a
commit 550192d540
51 changed files with 262 additions and 253 deletions
+3 -6
View File
@@ -1,16 +1,13 @@
using FoxTube.Controls;
using System;
using System;
using Windows.System;
using Windows.UI.Xaml;
using Windows.UI.Xaml.Controls;
using Windows.UI.Xaml.Navigation;
// The Blank Page item template is documented at https://go.microsoft.com/fwlink/?LinkId=234238
namespace FoxTube.Pages
{
/// <summary>
/// An empty page that can be used on its own or navigated to within a Frame.
/// YouTube history page
/// </summary>
public sealed partial class History : Page
{
@@ -34,7 +31,7 @@ namespace FoxTube.Pages
public void Initialize()
{
loading.Refresh();
loading.Close();
}