diff --git a/src/app/qml/KeyVerificationDialog.qml b/src/app/qml/KeyVerificationDialog.qml index baff48c5e..33eb4c47d 100644 --- a/src/app/qml/KeyVerificationDialog.qml +++ b/src/app/qml/KeyVerificationDialog.qml @@ -165,7 +165,7 @@ Kirigami.Page { } } isDone: root.session.state === KeyVerificationSession.DONE - onDone: root.closeDialog() + onDone: root.Kirigami.PageStack.closeDialog() } }