diff options
| author | Jonatan Rhodin <jonatan.rhodin@mullvad.net> | 2025-10-09 11:42:31 +0200 |
|---|---|---|
| committer | Jonatan Rhodin <jonatan.rhodin@mullvad.net> | 2025-10-09 11:42:31 +0200 |
| commit | 6992fc2142a654eb2b5ff18d903ec35c78cfc649 (patch) | |
| tree | 212faf16c79f62ef993ffc881ce39bd861d245e9 /android/lib/ui | |
| parent | cc3d7a2295765fb47949fc73b8bcf7cb76cea552 (diff) | |
| parent | 99d60e623c91a60bec642425fcc7e5b16e457952 (diff) | |
| download | mullvadvpn-6992fc2142a654eb2b5ff18d903ec35c78cfc649.tar.xz mullvadvpn-6992fc2142a654eb2b5ff18d903ec35c78cfc649.zip | |
Merge branch 'implement-lwo-in-the-android-app-droid-2226'
Diffstat (limited to 'android/lib/ui')
2 files changed, 2 insertions, 1 deletions
diff --git a/android/lib/ui/component/src/main/kotlin/net/mullvad/mullvadvpn/lib/ui/component/relaylist/RelayItemPreviewData.kt b/android/lib/ui/component/src/main/kotlin/net/mullvad/mullvadvpn/lib/ui/component/relaylist/RelayItemPreviewData.kt index 2e4e228439..be4c5d4539 100644 --- a/android/lib/ui/component/src/main/kotlin/net/mullvad/mullvadvpn/lib/ui/component/relaylist/RelayItemPreviewData.kt +++ b/android/lib/ui/component/src/main/kotlin/net/mullvad/mullvadvpn/lib/ui/component/relaylist/RelayItemPreviewData.kt @@ -52,6 +52,7 @@ private fun generateRelayItemRelay( ownership = Ownership.MullvadOwned, daita = daita, quic = null, + lwo = false, ) private fun String.generateCountryCode() = diff --git a/android/lib/ui/tag/src/main/kotlin/net/mullvad/mullvadvpn/lib/ui/tag/TestTagConstants.kt b/android/lib/ui/tag/src/main/kotlin/net/mullvad/mullvadvpn/lib/ui/tag/TestTagConstants.kt index 9b7be4dc07..419459031d 100644 --- a/android/lib/ui/tag/src/main/kotlin/net/mullvad/mullvadvpn/lib/ui/tag/TestTagConstants.kt +++ b/android/lib/ui/tag/src/main/kotlin/net/mullvad/mullvadvpn/lib/ui/tag/TestTagConstants.kt @@ -32,8 +32,8 @@ const val WIREGUARD_OBFUSCATION_SHADOWSOCKS_CELL_TEST_TAG = "wireguard_obfuscation_shadowsocks_cell_test_tag" const val WIREGUARD_OBFUSCATION_UDP_OVER_TCP_CELL_TEST_TAG = "wireguard_obfuscation_udp_over_tcp_cell_test_tag" - const val WIREGUARD_OBFUSCATION_QUIC_CELL_TEST_TAG = "wireguard_obfuscation_quic_cell_test_tag" +const val WIREGUARD_OBFUSCATION_LWO_CELL_TEST_TAG = "wireguard_obfuscation_lwo_cell_test_tag" // Account screen const val MANAGE_DEVICES_BUTTON_TEST_TAG = "manage_devices_button_test_tag" |
