mirror of
https://github.com/mihonapp/mihon.git
synced 2025-01-29 19:34:56 +01:00
Update MangaScreenModel.kt
This commit is contained in:
parent
e94d59ed64
commit
ccb295abcd
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user