fix: change back to from #1 when switching mode

This commit is contained in:
Tsanie Lily 2020-05-17 11:44:26 +08:00
parent 9873dc2b6b
commit d85c825737

View File

@ -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();
}
}
}