fix: change back to from #1 when switching mode
This commit is contained in:
parent
9873dc2b6b
commit
d85c825737
@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user