diff options
| author | David Lönnhager <david.l@mullvad.net> | 2025-10-21 10:19:52 +0200 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2025-10-24 13:04:33 +0200 |
| commit | 5fb18e4c59b28e23c40b05e8cab31f81c6586e63 (patch) | |
| tree | 993262c1e1559cd06983bf8025104c7c9d1a8225 /android/lib/ui/component/src | |
| parent | b0f958495af1241ecdc61503795b07e4b70adcc3 (diff) | |
| download | mullvadvpn-5fb18e4c59b28e23c40b05e8cab31f81c6586e63.tar.xz mullvadvpn-5fb18e4c59b28e23c40b05e8cab31f81c6586e63.zip | |
Remove unused 'no wireguard key' error
Diffstat (limited to 'android/lib/ui/component/src')
| -rw-r--r-- | android/lib/ui/component/src/main/kotlin/net/mullvad/mullvadvpn/lib/ui/component/NotificationData.kt | 1 |
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 |
