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