diff options
| author | Sebastian Holmin <sebastian.holmin@mullvad.net> | 2024-10-07 09:32:48 +0200 |
|---|---|---|
| committer | Sebastian Holmin <sebastian.holmin@mullvad.net> | 2024-10-07 15:40:36 +0200 |
| commit | b512af0b3afa7d709d229b44973a834c3340b971 (patch) | |
| tree | 2bba6bc58a12629150f99b6f5b4b35b22c75617e /android/lib/model/src | |
| parent | e7e77cfc14291b4d06291a1fed73a0e56924a40b (diff) | |
| download | mullvadvpn-b512af0b3afa7d709d229b44973a834c3340b971.tar.xz mullvadvpn-b512af0b3afa7d709d229b44973a834c3340b971.zip | |
Simplify the DAITA + multihop feature indicator logic
We now simply show the "multihop" indicator there is an entry endpoint,
regardless of whether it was activated manually or through DAITA. This
reflects the intent to base the feature indicators on the current
connection and not the user settings. There is no special indicator for
"smart routing" or "direct only".
Diffstat (limited to 'android/lib/model/src')
| -rw-r--r-- | android/lib/model/src/main/kotlin/net/mullvad/mullvadvpn/lib/model/FeatureIndicator.kt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/android/lib/model/src/main/kotlin/net/mullvad/mullvadvpn/lib/model/FeatureIndicator.kt b/android/lib/model/src/main/kotlin/net/mullvad/mullvadvpn/lib/model/FeatureIndicator.kt index 74fea07326..3c8df824f4 100644 --- a/android/lib/model/src/main/kotlin/net/mullvad/mullvadvpn/lib/model/FeatureIndicator.kt +++ b/android/lib/model/src/main/kotlin/net/mullvad/mullvadvpn/lib/model/FeatureIndicator.kt @@ -3,7 +3,6 @@ package net.mullvad.mullvadvpn.lib.model // The order of the variants match the priority order and can be sorted on. enum class FeatureIndicator { DAITA, - // DAITA_SMART_ROUTING QUANTUM_RESISTANCE, // MULTIHOP, SPLIT_TUNNELING, |
