summary refs log tree commit diff
path: root/resources/qml/device-verification
diff options
context:
space:
mode:
authorChethan2k1 <40890937+Chethan2k1@users.noreply.github.com>2020-06-09 22:06:41 +0530
committerCH Chethan Reddy <40890937+Chethan2k1@users.noreply.github.com>2020-07-30 22:10:27 +0530
commit1eb162cb6fa81c7388725414e9c68f5991372d08 (patch)
treecdd97db814e36b1c34ea335d03ee9d51ae9f24e0 /resources/qml/device-verification
parentAdd SAS Method choice and Add send_to_device API call (diff)
downloadnheko-1eb162cb6fa81c7388725414e9c68f5991372d08.tar.xz
Handle Device Verification related to_device messages
Diffstat (limited to 'resources/qml/device-verification')
-rw-r--r--resources/qml/device-verification/DeviceVerification.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/device-verification/DeviceVerification.qml b/resources/qml/device-verification/DeviceVerification.qml

index 31f6f9c1..fca360f7 100644 --- a/resources/qml/device-verification/DeviceVerification.qml +++ b/resources/qml/device-verification/DeviceVerification.qml
@@ -83,7 +83,7 @@ ApplicationWindow { Button { Layout.alignment: Qt.AlignRight text: "Start verification" - onClicked: { stack.replace(awaitingVerificationRequestAccept); flow.sendVerificationRequest(); } + onClicked: { stack.replace(awaitingVerificationRequestAccept); flow.startVerificationRequest(); } } } }