mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-10 15:17:48 +01:00
Fix crash when no chapters can't be loaded
This commit is contained in:
parent
dedb8d2d68
commit
2caecc01b2
1 changed files with 1 additions and 1 deletions
|
@ -362,7 +362,7 @@ class MangaPresenter(
|
|||
|
||||
launchUI { view?.onFetchChaptersDone() }
|
||||
} catch (e: Throwable) {
|
||||
view?.onFetchChaptersError(e)
|
||||
launchUI { view?.onFetchChaptersError(e) }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue