Fix crash on source page load error
(cherry picked from commit 71bd5fe367)
This commit is contained in:
+1
-1
@@ -209,7 +209,7 @@ open class BrowseSourcePresenter(
|
||||
try {
|
||||
pager.requestNextPage()
|
||||
} catch (e: Throwable) {
|
||||
view?.onAddPageError(e)
|
||||
withUIContext { view?.onAddPageError(e) }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user