mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Merge pull request #4735 from nextcloud/bugfix/fix-disappearing-notifications
Stop clearing notifications when new notifications are received
This commit is contained in:
commit
db90f5b714
@ -114,8 +114,6 @@ void User::showDesktopNotification(const QString &title, const QString &message,
|
||||
|
||||
void User::slotBuildNotificationDisplay(const ActivityList &list)
|
||||
{
|
||||
_activityModel->clearNotifications();
|
||||
|
||||
const auto multipleAccounts = AccountManager::instance()->accounts().count() > 1;
|
||||
ActivityList toNotifyList;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user