Skip to content

Commit a96a3c5

Browse files
authored
fix: Staging notifications cannot disappear after timeout (#1035)
as title Log: as title Pms: BUG-303331
1 parent 91c590c commit a96a3c5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

panels/notification/center/notifystagingmodel.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -309,10 +309,6 @@ void NotifyStagingModel::doEntityReceived(qint64 id)
309309

310310
void NotifyStagingModel::onEntityClosed(qint64 id)
311311
{
312-
auto entity = m_accessor->fetchEntity(id);
313-
if (!entity.isValid())
314-
return;
315-
id = entity.bubbleId();
316312
remove(id);
317313
}
318314

0 commit comments

Comments
 (0)