mirror of
https://github.com/mihonapp/mihon.git
synced 2025-01-29 19:34:56 +01:00
Compare commits
2 Commits
371c1432e2
...
b8b053b1d7
Author | SHA1 | Date | |
---|---|---|---|
|
b8b053b1d7 | ||
|
ed9e13a365 |
@ -736,10 +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
|
||||
}
|
||||
|
||||
|
@ -8,7 +8,7 @@ shizuku_version = "13.1.0"
|
||||
sqldelight = "2.0.2"
|
||||
sqlite = "2.4.0"
|
||||
voyager = "1.0.0"
|
||||
spotless = "6.25.0"
|
||||
spotless = "7.0.0.BETA4"
|
||||
ktlint-core = "1.4.0"
|
||||
firebase-bom = "33.5.1"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user