From 3a09ef8faca9683c118065e10c14ca27eda299c6 Mon Sep 17 00:00:00 2001 From: MishkaRogachev Date: Wed, 22 Mar 2023 16:11:13 +0700 Subject: [PATCH] feat(Contacts): Remove ability to cancel outgoing CR Close #9901 and #9898 --- ui/imports/shared/views/ProfileDialogView.qml | 11 ----------- vendor/status-go | 2 +- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/ui/imports/shared/views/ProfileDialogView.qml b/ui/imports/shared/views/ProfileDialogView.qml index c12cfe4634..80380ca5a9 100644 --- a/ui/imports/shared/views/ProfileDialogView.qml +++ b/ui/imports/shared/views/ProfileDialogView.qml @@ -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" diff --git a/vendor/status-go b/vendor/status-go index 7cd7430d31..c86d42d930 160000 --- a/vendor/status-go +++ b/vendor/status-go @@ -1 +1 @@ -Subproject commit 7cd7430d3141b08f7c455d7918f4160ea8fd0559 +Subproject commit c86d42d93020a140cde6a30e101e2fec84f3fab0