summary refs log tree commit diff
path: root/resources/qml
diff options
context:
space:
mode:
authorCH Chethan Reddy <40890937+Chethan2k1@users.noreply.github.com>2020-08-29 13:37:51 +0530
committerCH Chethan Reddy <40890937+Chethan2k1@users.noreply.github.com>2020-08-29 13:37:51 +0530
commit0d1dd29b19a3f4459b036bd63f03c518e000d71f (patch)
tree5e7e400d497fec0326413ac22f12903bce91b019 /resources/qml
parentVerify signatures and find trusted devices (diff)
downloadnheko-0d1dd29b19a3f4459b036bd63f03c518e000d71f.tar.xz
Small Fixes
Diffstat (limited to 'resources/qml')
-rw-r--r--resources/qml/device-verification/DeviceVerification.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/resources/qml/device-verification/DeviceVerification.qml b/resources/qml/device-verification/DeviceVerification.qml
index f40a7b8f..94cb1e33 100644
--- a/resources/qml/device-verification/DeviceVerification.qml
+++ b/resources/qml/device-verification/DeviceVerification.qml
@@ -579,7 +579,6 @@ ApplicationWindow {
 						onClicked: {
 							dialog.close();
 							deviceVerificationList.remove(flow.tranId);
-							delete flow;
 						}
 					}
 				}