aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard
diff options
context:
space:
mode:
authorRoopesh Chander <roop@roopc.net>2018-11-08 12:25:14 +0530
committerRoopesh Chander <roop@roopc.net>2018-11-08 12:25:36 +0530
commitec2d67ea0009312f740dc94fab953bc4970e779b (patch)
tree7b529c2c28e21d81003bf8714415081f43b3b47c /WireGuard
parentVersion bump (diff)
downloadwireguard-apple-ec2d67ea0009312f740dc94fab953bc4970e779b.tar.xz
wireguard-apple-ec2d67ea0009312f740dc94fab953bc4970e779b.zip
Tunnel edit: While preparing for reuse, should make onValueBeingEdited nil as well
Signed-off-by: Roopesh Chander <roop@roopc.net>
Diffstat (limited to 'WireGuard')
-rw-r--r--WireGuard/WireGuard/UI/iOS/TunnelEditTableViewController.swift1
1 files changed, 1 insertions, 0 deletions
diff --git a/WireGuard/WireGuard/UI/iOS/TunnelEditTableViewController.swift b/WireGuard/WireGuard/UI/iOS/TunnelEditTableViewController.swift
index 3af97da..778cbe7 100644
--- a/WireGuard/WireGuard/UI/iOS/TunnelEditTableViewController.swift
+++ b/WireGuard/WireGuard/UI/iOS/TunnelEditTableViewController.swift
@@ -488,6 +488,7 @@ class TunnelEditTableViewKeyValueCell: UITableViewCell {
isValueValid = true
keyboardType = .default
onValueChanged = nil
+ onValueBeingEdited = nil
}
}