Fix crash on History tab when there is no next chapter (#6970)
Cette révision appartient à :
Parent
b1f46ed830
révision
a35995b898
1 fichiers modifiés avec 3 ajouts et 1 suppressions
|
@ -95,7 +95,9 @@ class HistoryPresenter(
|
|||
fun getNextChapterForManga(mangaId: Long, chapterId: Long) {
|
||||
presenterScope.launchIO {
|
||||
val chapter = getNextChapterForManga.await(mangaId, chapterId)
|
||||
view?.openChapter(chapter)
|
||||
launchUI {
|
||||
view?.openChapter(chapter)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Référencer dans un nouveau ticket