Remove redundant call to updateMangaFromRemote in manga screen
This commit is contained in:
@@ -232,7 +232,7 @@ class MangaScreenModel(
|
|||||||
observeTrackers()
|
observeTrackers()
|
||||||
|
|
||||||
// Fetch info-chapters when needed
|
// Fetch info-chapters when needed
|
||||||
if (screenModelScope.isActive) {
|
if ((needRefreshInfo || needRefreshChapter) && screenModelScope.isActive) {
|
||||||
fetchAllFromSource(
|
fetchAllFromSource(
|
||||||
manualFetch = false,
|
manualFetch = false,
|
||||||
fetchDetails = needRefreshInfo,
|
fetchDetails = needRefreshInfo,
|
||||||
|
|||||||
Reference in New Issue
Block a user