Line selection configures the tunnel.

This commit is contained in:
Jeroen Leenarts 2018-08-21 20:04:14 +02:00
parent 5ef1656102
commit 5728a525c7
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ class TunnelsTableViewController: UITableViewController {
let section = sections[indexPath.section]
let tunnel = section.objects[indexPath.row]
delegate?.connect(tunnel: tunnel, tunnelsTableViewController: self)
delegate?.configure(tunnel: tunnel, tunnelsTableViewController: self)
tableView.deselectRow(at: indexPath, animated: true)
}