Fix crash when no chapters can't be loaded

(cherry picked from commit 2caecc01b2e1aa7ed67b2b7c57a2cbeab2aac896)
This commit is contained in:
arkon 2021-01-06 08:56:48 -05:00 committed by Jobobby04
parent 6da1654825
commit 1b41546bc9

View File

@ -772,7 +772,7 @@ class MangaPresenter(
launchUI { view?.onFetchChaptersDone() }
} catch (e: Throwable) {
view?.onFetchChaptersError(e)
launchUI { view?.onFetchChaptersError(e) }
}
}
}