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

View File

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