mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-11-03 23:58:55 +01:00 
			
		
		
		
	Fix crash on source page load error
This commit is contained in:
		@@ -180,7 +180,7 @@ open class BrowseSourcePresenter(
 | 
			
		||||
            try {
 | 
			
		||||
                pager.requestNextPage()
 | 
			
		||||
            } catch (e: Throwable) {
 | 
			
		||||
                view?.onAddPageError(e)
 | 
			
		||||
                withUIContext { view?.onAddPageError(e) }
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user