aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/UI/iOS/ErrorPresenter.swift
diff options
context:
space:
mode:
authorRoopesh Chander <roop@roopc.net>2018-11-08 15:08:57 +0530
committerRoopesh Chander <roop@roopc.net>2018-11-08 15:08:57 +0530
commit62573e2ad717fd6317566520d2dc5d88324ffdf7 (patch)
tree200a0016818f9d5b44ca263be6067bb180b5f617 /WireGuard/WireGuard/UI/iOS/ErrorPresenter.swift
parentMove logic to extension: DNS resolution no longer happens in the app (diff)
downloadwireguard-apple-62573e2ad717fd6317566520d2dc5d88324ffdf7.tar.xz
wireguard-apple-62573e2ad717fd6317566520d2dc5d88324ffdf7.zip
Move logic to extension: .resolvingEndpointDomains is not longer a valid status
Signed-off-by: Roopesh Chander <roop@roopc.net>
Diffstat (limited to '')
-rw-r--r--WireGuard/WireGuard/UI/iOS/ErrorPresenter.swift2
1 files changed, 0 insertions, 2 deletions
diff --git a/WireGuard/WireGuard/UI/iOS/ErrorPresenter.swift b/WireGuard/WireGuard/UI/iOS/ErrorPresenter.swift
index d9a66dd..cbb5b8b 100644
--- a/WireGuard/WireGuard/UI/iOS/ErrorPresenter.swift
+++ b/WireGuard/WireGuard/UI/iOS/ErrorPresenter.swift
@@ -33,8 +33,6 @@ class ErrorPresenter {
case .restarting:
return "active"
case .activating: fallthrough
- case .resolvingEndpointDomains:
- return "being activated"
case .deactivating:
return "being deactivated"
case .inactive: