Fix crash when no chapters can't be loaded

(cherry picked from commit 2caecc01b2)
This commit is contained in:
arkon
2021-01-06 08:56:48 -05:00
committed by Jobobby04
parent 6da1654825
commit 1b41546bc9
@@ -772,7 +772,7 @@ class MangaPresenter(
launchUI { view?.onFetchChaptersDone() }
} catch (e: Throwable) {
view?.onFetchChaptersError(e)
launchUI { view?.onFetchChaptersError(e) }
}
}
}