mirror of
https://github.com/mihonapp/mihon.git
synced 2025-06-25 18:47:51 +02:00
Fix crash when no chapters can't be loaded
This commit is contained in:
@ -362,7 +362,7 @@ class MangaPresenter(
|
||||
|
||||
launchUI { view?.onFetchChaptersDone() }
|
||||
} catch (e: Throwable) {
|
||||
view?.onFetchChaptersError(e)
|
||||
launchUI { view?.onFetchChaptersError(e) }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user