Skip to content

Commit 0c20e19

Browse files
18202781743deepin-bot[bot]
authored andcommitted
fix: missing removed of stage's notify for notification
as title. pms: BUG-289863
1 parent 44cc284 commit 0c20e19

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

panels/notification/center/notifystagingmodel.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ void NotifyStagingModel::invokeNotify(qint64 id, const QString &actionId)
8383
if (entity.isValid()) {
8484
NotifyAccessor::instance()->invokeNotify(entity, actionId);
8585
}
86+
remove(id);
8687
}
8788

8889
void NotifyStagingModel::remove(qint64 id)

0 commit comments

Comments
 (0)