parent
f5f84595d5
commit
707db9dcea
|
@ -29,7 +29,7 @@ CommonContactDialog {
|
|||
messageInput.input.edit.forceActiveFocus()
|
||||
|
||||
// (request) update from mailserver
|
||||
if (d.userDisplayName === "") {
|
||||
if (root.contactDetails.displayName === "") {
|
||||
root.rootStore.contactStore.requestContactInfo(root.publicKey)
|
||||
root.loadingContactDetails = true
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue