Update MangaScreenModel.kt

This commit is contained in:
AntsyLich 2024-10-30 19:41:23 +06:00 committed by GitHub
parent e94d59ed64
commit ccb295abcd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -736,11 +736,7 @@ class MangaScreenModel(
chapters = chapters.toTypedArray(),
)
if (
successState?.hasLoggedInTrackers == false ||
!read ||
autoTrackState == AutoTrackState.NEVER
) {
if (!read || successState?.hasLoggedInTrackers == false || autoTrackState == AutoTrackState.NEVER) {
return@launchIO
}