From cbbb31667554d3a42f22d03966f5b559a75e9122 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20G=C3=B6ransson?= Date: Fri, 20 Dec 2024 13:57:00 +0100 Subject: [PATCH] Fix nit comment --- .../net/mullvad/mullvadvpn/usecase/FilterChipUseCase.kt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 {