mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-30 22:07:57 +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