Retain back button in import flow
This commit is contained in:
parent
0f43255676
commit
ad063965da
|
@ -105,6 +105,9 @@ class ImportedHostsViewController: UITableViewController {
|
||||||
}
|
}
|
||||||
wizard.parsedFile = parsedFile
|
wizard.parsedFile = parsedFile
|
||||||
wizard.delegate = wizardDelegate
|
wizard.delegate = wizardDelegate
|
||||||
|
|
||||||
|
// retain back button
|
||||||
|
wizard.navigationItem.leftBarButtonItem = nil
|
||||||
}
|
}
|
||||||
|
|
||||||
@IBAction private func close() {
|
@IBAction private func close() {
|
||||||
|
|
Loading…
Reference in New Issue