mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-13 03:55:07 +01:00
Fix crash on source page load error
This commit is contained in:
parent
6385c71c72
commit
71bd5fe367
@ -180,7 +180,7 @@ open class BrowseSourcePresenter(
|
||||
try {
|
||||
pager.requestNextPage()
|
||||
} catch (e: Throwable) {
|
||||
view?.onAddPageError(e)
|
||||
withUIContext { view?.onAddPageError(e) }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user