We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e88b60a + 6b8646a commit e82ead9Copy full SHA for e82ead9
Adamant/Modules/PartnerQR/PartnerQRViewModel.swift
@@ -225,7 +225,7 @@ private extension PartnerQRViewModel {
225
alert.addTextField { [weak self] textField in
226
textField.placeholder = .adamant.chat.name
227
textField.autocapitalizationType = .words
228
- textField.text = self?.addressBookService.getName(for: address)
+ textField.text = self?.addressBookService.getName(for: address) ?? self?.partnerName
229
}
230
231
let renameAction = UIAlertAction(
0 commit comments