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