We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5955a08 commit cbbb316Copy full SHA for cbbb316
android/app/src/main/kotlin/net/mullvad/mullvadvpn/usecase/FilterChipUseCase.kt
@@ -64,9 +64,8 @@ class FilterChipUseCase(
64
} else {
65
val providerOwnerships = providerToOwnerships[providerId]
66
// 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
+ // so it is visible for the user, because we won't know what
+ // ownerships it had.
70
if (providerOwnerships == null) {
71
true
72
0 commit comments