Skip to content

Commit

Permalink
Code review
Browse files Browse the repository at this point in the history
  • Loading branch information
tevincent committed Jul 18, 2024
1 parent 9e9d608 commit 8376c3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/infomaniak/lib/core/utils/Extensions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ fun Context.showToast(title: Int, duration: Int = Toast.LENGTH_LONG) {
}

fun Context.networkStatusFlow(): Flow<Boolean> {
val networks = mutableListOf<Network>()
val networks = mutableSetOf<Network>()
val rootServerUrl = "a.root-servers.net"

fun networkRequestBuilder(): NetworkRequest {
Expand Down

0 comments on commit 8376c3c

Please sign in to comment.