Remove redundant call to updateMangaFromRemote in manga screen

This commit is contained in:
AntsyLich
2026-06-16 19:58:38 +06:00
parent 5880f4b0bd
commit 082bd66673
@@ -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,