mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-25 14:36:01 +03: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
1 changed files with 0 additions and 2 deletions
|
@ -114,8 +114,6 @@ void User::showDesktopNotification(const QString &title, const QString &message,
|
||||||
|
|
||||||
void User::slotBuildNotificationDisplay(const ActivityList &list)
|
void User::slotBuildNotificationDisplay(const ActivityList &list)
|
||||||
{
|
{
|
||||||
_activityModel->clearNotifications();
|
|
||||||
|
|
||||||
const auto multipleAccounts = AccountManager::instance()->accounts().count() > 1;
|
const auto multipleAccounts = AccountManager::instance()->accounts().count() > 1;
|
||||||
ActivityList toNotifyList;
|
ActivityList toNotifyList;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue