only load suggestions after entry finished loading info & chapters
This commit is contained in:
parent
7bc9f9ac06
commit
cc0d7cddc7
1 changed files with 1 additions and 1 deletions
|
|
@ -488,10 +488,10 @@ class MangaScreenModel(
|
|||
async { if (needRefreshInfo) fetchMangaFromSource() },
|
||||
async { if (needRefreshChapter) fetchChaptersFromSource() },
|
||||
)
|
||||
fetchFromSourceTasks.awaitAll()
|
||||
// KMK -->
|
||||
launch { fetchRelatedMangasFromSource() }
|
||||
// KMK <--
|
||||
fetchFromSourceTasks.awaitAll()
|
||||
}
|
||||
|
||||
// Initial loading finished
|
||||
|
|
|
|||
Loading…
Reference in a new issue