Fix crash when no chapters can't be loaded
(cherry picked from commit 2caecc01b2e1aa7ed67b2b7c57a2cbeab2aac896)
This commit is contained in:
parent
6da1654825
commit
1b41546bc9
1 changed files with 1 additions and 1 deletions
|
|
@ -772,7 +772,7 @@ class MangaPresenter(
|
|||
|
||||
launchUI { view?.onFetchChaptersDone() }
|
||||
} catch (e: Throwable) {
|
||||
view?.onFetchChaptersError(e)
|
||||
launchUI { view?.onFetchChaptersError(e) }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue