summaryrefslogtreecommitdiffhomepage
path: root/android/lib/ui
diff options
context:
space:
mode:
authorDavid Lönnhager <david.l@mullvad.net>2025-10-24 13:05:21 +0200
committerDavid Lönnhager <david.l@mullvad.net>2025-10-24 13:05:21 +0200
commitabf33817683b86e4f00cf6ff41d258d624ee55c1 (patch)
tree04b1225034c7329d1f7692379744829bc9245934 /android/lib/ui
parentb0f958495af1241ecdc61503795b07e4b70adcc3 (diff)
parentf4437d84be7cb9e9d6ac4da09e426de58c568ac5 (diff)
downloadmullvadvpn-abf33817683b86e4f00cf6ff41d258d624ee55c1.tar.xz
mullvadvpn-abf33817683b86e4f00cf6ff41d258d624ee55c1.zip
Merge branch 'remove-no-wg-key'
Diffstat (limited to 'android/lib/ui')
-rw-r--r--android/lib/ui/component/src/main/kotlin/net/mullvad/mullvadvpn/lib/ui/component/NotificationData.kt1
1 files changed, 0 insertions, 1 deletions
diff --git a/android/lib/ui/component/src/main/kotlin/net/mullvad/mullvadvpn/lib/ui/component/NotificationData.kt b/android/lib/ui/component/src/main/kotlin/net/mullvad/mullvadvpn/lib/ui/component/NotificationData.kt
index 53c56549b1..9a052d0eaa 100644
--- a/android/lib/ui/component/src/main/kotlin/net/mullvad/mullvadvpn/lib/ui/component/NotificationData.kt
+++ b/android/lib/ui/component/src/main/kotlin/net/mullvad/mullvadvpn/lib/ui/component/NotificationData.kt
@@ -294,7 +294,6 @@ private fun ParameterGenerationError.errorMessageId(): Int =
ParameterGenerationError.NoMatchingRelayEntry -> {
R.string.no_matching_relay_entry
}
- ParameterGenerationError.NoWireguardKey -> R.string.no_wireguard_key
ParameterGenerationError.CustomTunnelHostResolutionError ->
R.string.custom_tunnel_host_resolution_error
ParameterGenerationError.Ipv4_Unavailable -> R.string.ip_version_v4_unavailable