MangaPresenter: Always fetch chapter from source if current chapter is empty (#7507)

(cherry picked from commit 634ee86bbd)
This commit is contained in:
Ivan Iskandar
2022-07-11 01:29:52 +07:00
committed by Jobobby04
parent 26632905b5
commit e63c982fe3
@@ -338,6 +338,8 @@ class MangaPresenter(
if (!manga.initialized) {
fetchAllFromSource(manualFetch = false)
} else if (chapterItems.isEmpty()) {
fetchChaptersFromSource()
}
}
}