diff --git a/applets/notifications/package/contents/ui/FullRepresentation.qml b/applets/notifications/package/contents/ui/FullRepresentation.qml --- a/applets/notifications/package/contents/ui/FullRepresentation.qml +++ b/applets/notifications/package/contents/ui/FullRepresentation.qml @@ -503,7 +503,10 @@ plasmoid.expanded = false; } } - onDismissClicked: model.dismissed = false + onDismissClicked: { + model.dismissed = false; + plasmoid.expanded = false; + } onConfigureClicked: historyModel.configure(historyModel.index(index, 0)) onActionInvoked: {