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() 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,