mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-30 22:07:57 +01:00 
			
		
		
		
	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>
This commit is contained in:
		| @@ -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 | ||||
|             } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user