aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/UI/iOS/ViewController/MainViewController.swift
diff options
context:
space:
mode:
authorEric Kuck <eric@bluelinelabs.com>2018-12-16 23:51:25 -0600
committerEric Kuck <eric@bluelinelabs.com>2018-12-16 23:51:25 -0600
commited9b4c85edd17b2b9361f8c7a1a83f91f98cdb8f (patch)
tree5ba59b66646fe7eae8041558cb160506f4cba642 /WireGuard/WireGuard/UI/iOS/ViewController/MainViewController.swift
parentPotential fix for insertRowAtIndexPath crash (diff)
downloadwireguard-apple-ed9b4c85edd17b2b9361f8c7a1a83f91f98cdb8f.tar.xz
wireguard-apple-ed9b4c85edd17b2b9361f8c7a1a83f91f98cdb8f.zip
Got TunnelsManager back under the max file length by splitting out NEVPNStatus+CustomStringConvertible
Signed-off-by: Eric Kuck <eric@bluelinelabs.com>
Diffstat (limited to '')
-rw-r--r--WireGuard/WireGuard/UI/iOS/ViewController/MainViewController.swift1
1 files changed, 0 insertions, 1 deletions
diff --git a/WireGuard/WireGuard/UI/iOS/ViewController/MainViewController.swift b/WireGuard/WireGuard/UI/iOS/ViewController/MainViewController.swift
index 82e6f81..1e480b9 100644
--- a/WireGuard/WireGuard/UI/iOS/ViewController/MainViewController.swift
+++ b/WireGuard/WireGuard/UI/iOS/ViewController/MainViewController.swift
@@ -24,7 +24,6 @@ class MainViewController: UISplitViewController {
viewControllers = [ masterNC, detailNC ]
- // State restoration
restorationIdentifier = "MainVC"
masterNC.restorationIdentifier = "MasterNC"
detailNC.restorationIdentifier = "DetailNC"