Compare commits

...

2 Commits

Author SHA1 Message Date
AntsyLich
b8b053b1d7
Switch to spotless 7.0.0 Beta 4 2024-10-30 19:50:17 +06:00
MajorTanya
ed9e13a365
Fix sporadically recurring spotless CI failure (#1407)
Somehow this specific issue keeps getting flagged by unrelated PRs'
CI runs (but only sometimes? Somehow? Other times the CI run would
succeed with no spotless issues.)

---------

Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>
2024-10-30 13:48:52 +00:00
2 changed files with 2 additions and 5 deletions

View File

@ -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
}

View File

@ -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"