diff --git a/android/app/src/main/kotlin/net/mullvad/mullvadvpn/usecase/FilterChipUseCase.kt b/android/app/src/main/kotlin/net/mullvad/mullvadvpn/usecase/FilterChipUseCase.kt index 932681c06b3a..361e29944e11 100644 --- a/android/app/src/main/kotlin/net/mullvad/mullvadvpn/usecase/FilterChipUseCase.kt +++ b/android/app/src/main/kotlin/net/mullvad/mullvadvpn/usecase/FilterChipUseCase.kt @@ -64,9 +64,8 @@ class FilterChipUseCase( } else { val providerOwnerships = providerToOwnerships[providerId] // If the provider has been removed from the relay list we add it - // so it is visible for the user. Because we won't know what - // ownerships it - // had + // so it is visible for the user, because we won't know what + // ownerships it had. if (providerOwnerships == null) { true } else {