Tunnel detail: Change title after editing completes
Signed-off-by: Roopesh Chander <roop@roopc.net>
This commit is contained in:
parent
335618a8db
commit
d48a4382b7
|
@ -67,6 +67,7 @@ class TunnelDetailTableViewController: UITableViewController {
|
|||
extension TunnelDetailTableViewController: TunnelEditTableViewControllerDelegate {
|
||||
func tunnelSaved(tunnel: TunnelContainer) {
|
||||
tunnelViewModel = TunnelViewModel(tunnelConfiguration: tunnel.tunnelConfiguration())
|
||||
self.title = tunnel.name
|
||||
self.tableView.reloadData()
|
||||
}
|
||||
func tunnelEditingCancelled() {
|
||||
|
|
Loading…
Reference in New Issue