Retain back button in import flow

This commit is contained in:
Davide De Rosa 2018-10-27 14:43:09 +02:00
parent 0f43255676
commit ad063965da
1 changed files with 3 additions and 0 deletions

View File

@ -105,6 +105,9 @@ class ImportedHostsViewController: UITableViewController {
}
wizard.parsedFile = parsedFile
wizard.delegate = wizardDelegate
// retain back button
wizard.navigationItem.leftBarButtonItem = nil
}
@IBAction private func close() {