#219: Fixed
This commit is contained in:
@@ -34,10 +34,7 @@ namespace FoxTube.Pages
|
||||
public void Initialize()
|
||||
{
|
||||
loading.Refresh();
|
||||
|
||||
list.Clear();
|
||||
SecretsVault.UserHistory.ForEach(i => list.Add(new VideoCard(i.Id)));
|
||||
|
||||
|
||||
loading.Close();
|
||||
}
|
||||
|
||||
@@ -46,9 +43,9 @@ namespace FoxTube.Pages
|
||||
await Launcher.LaunchUriAsync(new Uri("youtube.com/feed/history"));
|
||||
}
|
||||
|
||||
private void help_Click(object sender, RoutedEventArgs e)
|
||||
private void Refresh_Click(object sender, RoutedEventArgs e)
|
||||
{
|
||||
Methods.MainPage.GoToDeveloper("local-history");
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user