Skip to content

Commit cbbb316

Browse files
committed
Fix nit comment
1 parent 5955a08 commit cbbb316

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

android/app/src/main/kotlin/net/mullvad/mullvadvpn/usecase/FilterChipUseCase.kt

+2-3
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,8 @@ class FilterChipUseCase(
6464
} else {
6565
val providerOwnerships = providerToOwnerships[providerId]
6666
// If the provider has been removed from the relay list we add it
67-
// so it is visible for the user. Because we won't know what
68-
// ownerships it
69-
// had
67+
// so it is visible for the user, because we won't know what
68+
// ownerships it had.
7069
if (providerOwnerships == null) {
7170
true
7271
} else {

0 commit comments

Comments
 (0)