diff --git a/modules/notification/NotificationBody.qml b/modules/notification/NotificationBody.qml index 827ee62..1a006d5 100644 --- a/modules/notification/NotificationBody.qml +++ b/modules/notification/NotificationBody.qml @@ -201,6 +201,7 @@ Rectangle { onClicked: { modelData.invoke() + // resident check is allready in .invoke() root.closeNotification(false) } } @@ -220,6 +221,7 @@ Rectangle { function sendReply(message) { notification.sendInlineReply(message) inlineReplyTextField.focus = false + // resident check is allready in .invoke() root.closeNotification(false) }