Skip to content

Commit

Permalink
fix: incorrect 'unavailable' message when fetching links
Browse files Browse the repository at this point in the history
  • Loading branch information
rhenwinch committed May 25, 2024
1 parent 689217f commit be130a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ class SourceLinksProviderUseCase @Inject constructor(
continue
}

break
return@channelFlow
}

val canStopLooping = i == providersList.lastIndex
Expand Down

0 comments on commit be130a2

Please sign in to comment.