fix(ProfileDialogView): hide contact request buttons when removed
This commit is contained in:
parent
b5e317db4d
commit
c956f3c4ef
|
@ -329,7 +329,7 @@ Pane {
|
|||
return txtPendingContactRequestComponent
|
||||
|
||||
// contact request, incoming, pending
|
||||
if (!d.isContact && d.isContactRequestReceived)
|
||||
if (!d.isContact && d.isContactRequestReceived && !d.contactDetails.removed)
|
||||
return btnAcceptContactRequestComponent
|
||||
|
||||
// contact request, incoming, rejected
|
||||
|
|
Loading…
Reference in New Issue