Fix some UI issues introduced by refactoring
This commit is contained in:
parent
efdc45ea89
commit
cea1332b0d
6 changed files with 9 additions and 5 deletions
|
|
@ -66,6 +66,7 @@ class GitSSHKeyArmorSettingTableViewController: AutoCellHeightUITableViewControl
|
|||
Utils.alert(title: "CannotSave".localize(), message: "CannotSaveSshKey".localize(), controller: self, completion: nil)
|
||||
}
|
||||
SharedDefaults[.gitSSHKeySource] = .armor
|
||||
SharedDefaults[.gitAuthenticationMethod] = .key
|
||||
self.navigationController!.popViewController(animated: true)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue