feat(Contacts): Remove ability to cancel outgoing CR

Close #9901 and #9898
This commit is contained in:
MishkaRogachev 2023-03-22 16:11:13 +07:00 committed by Mikhail Rogachev
parent e4f6724fdd
commit 3a09ef8fac
2 changed files with 1 additions and 12 deletions

View File

@ -530,17 +530,6 @@ Pane {
removeContactConfirmationDialog.open()
}
}
StatusAction {
text: qsTr("Cancel Contact Request")
icon.name: "cancel"
type: StatusAction.Type.Danger
enabled: !d.isContact && d.isContactRequestSent && !d.contactDetails.removed
onTriggered: {
moreMenu.close()
root.contactsStore.removeContact(root.publicKey)
d.reload()
}
}
StatusAction {
text: qsTr("Block User")
icon.name: "cancel"

2
vendor/status-go vendored

@ -1 +1 @@
Subproject commit 7cd7430d3141b08f7c455d7918f4160ea8fd0559
Subproject commit c86d42d93020a140cde6a30e101e2fec84f3fab0