QR code scanned key is appended to the textview
This commit is contained in:
parent
4fdf9767c5
commit
c35aedb7ad
1 changed files with 2 additions and 2 deletions
|
|
@ -112,9 +112,9 @@ class PGPKeyArmorImportTableViewController: AutoCellHeightUITableViewController,
|
|||
let key = scanned.segments.joined(separator: "")
|
||||
switch scanned.keyType {
|
||||
case .publicKey:
|
||||
armorPublicKeyTextView.text = key
|
||||
armorPublicKeyTextView.text += key
|
||||
case .privateKey:
|
||||
armorPrivateKeyTextView.text = key
|
||||
armorPrivateKeyTextView.text += key
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue