diff --git a/Pixiview/Illust/RankingPage.xaml.cs b/Pixiview/Illust/RankingPage.xaml.cs index ecb94f7..6ab2307 100644 --- a/Pixiview/Illust/RankingPage.xaml.cs +++ b/Pixiview/Illust/RankingPage.xaml.cs @@ -357,6 +357,7 @@ namespace Pixiview.Illust { await ScrollToTopAsync(scrollView); // release + currentPage = 1; previousEnabled = false; dateEnabled = false; nextEnabled = false; @@ -366,8 +367,8 @@ namespace Pixiview.Illust private void ReleaseCollection() { - InvalidateCollection(); currentPage = 1; + InvalidateCollection(); } } }