Refactor out VPN-handling stuff from tunnels list VC to the main VC

Signed-off-by: Roopesh Chander <roop@roopc.net>
This commit is contained in:
Roopesh Chander
2018-12-03 18:51:51 +05:30
parent e1b258353c
commit 046d1413ec
4 changed files with 96 additions and 74 deletions
+1 -1
View File
@@ -39,6 +39,6 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
}
func applicationDidBecomeActive(_ application: UIApplication) {
mainVC?.tunnelsListVC?.refreshTunnelConnectionStatuses()
mainVC?.refreshTunnelConnectionStatuses()
}
}