1
0
mirror of https://github.com/mihonapp/mihon.git synced 2025-05-19 17:15:31 +02:00

Fix crash on source page load error

This commit is contained in:
arkon 2021-06-06 22:27:28 -04:00
parent 6385c71c72
commit 71bd5fe367

@ -180,7 +180,7 @@ open class BrowseSourcePresenter(
try { try {
pager.requestNextPage() pager.requestNextPage()
} catch (e: Throwable) { } catch (e: Throwable) {
view?.onAddPageError(e) withUIContext { view?.onAddPageError(e) }
} }
} }
} }