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