Fix crash on source page load error

(cherry picked from commit 71bd5fe36779ef91f62874020ddf276d4f5caf98)
This commit is contained in:
arkon 2021-06-06 22:27:28 -04:00 committed by Jobobby04
parent a33a7c0844
commit c301def4bc

View File

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