Don't update new notifications
This commit is contained in:
parent
f64bc76f8b
commit
05b34fdcf5
1 changed files with 1 additions and 1 deletions
|
@ -89,8 +89,8 @@ void NotificationsDbusInterface::processPacket(const NetworkPacket& np)
|
|||
} else {
|
||||
QString pubId = m_internalIdToPublicId.value(id);
|
||||
noti = m_notifications.value(pubId);
|
||||
noti->update(np);
|
||||
}
|
||||
noti->update(np);
|
||||
}
|
||||
|
||||
void NotificationsDbusInterface::addNotification(Notification* noti)
|
||||
|
|
Loading…
Reference in a new issue