]> git.ipfire.org Git - thirdparty/wireguard-apple.git/commit
TunnelsManager: startDeactivation() need not take a completion handler
authorRoopesh Chander <roop@roopc.net>
Sat, 10 Nov 2018 06:55:17 +0000 (12:25 +0530)
committerRoopesh Chander <roop@roopc.net>
Sat, 10 Nov 2018 11:14:28 +0000 (16:44 +0530)
commit8e7bfb15ed5c2a4537c18ef512a87d7a73ac9253
tree06185f41f4aae38e1400710cb6e5b6680f872d62
parent95456ec956dbde46240b72c26101561388f53652
TunnelsManager: startDeactivation() need not take a completion handler

Because the completion handler pattern doesn't fit in this case.

Signed-off-by: Roopesh Chander <roop@roopc.net>
WireGuard/WireGuard/UI/iOS/TunnelDetailTableViewController.swift
WireGuard/WireGuard/UI/iOS/TunnelsListTableViewController.swift
WireGuard/WireGuard/VPN/TunnelsManager.swift