diff --git a/pass/Controllers/PGPKeyFileSettingTableViewController.swift b/pass/Controllers/PGPKeyFileSettingTableViewController.swift index e8d975a..030d9bc 100644 --- a/pass/Controllers/PGPKeyFileSettingTableViewController.swift +++ b/pass/Controllers/PGPKeyFileSettingTableViewController.swift @@ -28,7 +28,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: .import) + let picker = UIDocumentPickerViewController(documentTypes: ["public.data"], in: .open) if cell == pgpPublicKeyFile { currentlyPicking = .public } else if cell == pgpPrivateKeyFile {