diff --git a/pass/Controllers/PGPKeyFileSettingTableViewController.swift b/pass/Controllers/PGPKeyFileSettingTableViewController.swift index 030d9bc..a487843 100644 --- a/pass/Controllers/PGPKeyFileSettingTableViewController.swift +++ b/pass/Controllers/PGPKeyFileSettingTableViewController.swift @@ -29,6 +29,7 @@ class PGPKeyFileSettingTableViewController: AutoCellHeightUITableViewController override func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) { let cell = tableView.cellForRow(at: indexPath) let picker = UIDocumentPickerViewController(documentTypes: ["public.data"], in: .open) + cell?.isSelected = false if cell == pgpPublicKeyFile { currentlyPicking = .public } else if cell == pgpPrivateKeyFile {