Skip to content

Commit

Permalink
fix spotless - How come a change not made by me, committed by another…
Browse files Browse the repository at this point in the history
… person got merged and passed spotless check then later failed on me?
  • Loading branch information
cuong-tran committed Oct 27, 2024
1 parent c2c71d6 commit d60bc6f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,8 @@ class MangaScreenModel(

if (
successState?.hasLoggedInTrackers == false ||
!read || autoTrackState == AutoTrackState.NEVER
!read ||
autoTrackState == AutoTrackState.NEVER
) {
return@launchIO
}
Expand Down

0 comments on commit d60bc6f

Please sign in to comment.