mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Fix clearing notifications from Action Center.
Regression was introduced in 997913be25
.
This commit is contained in:
parent
8c71d03959
commit
86e07518ad
1 changed files with 0 additions and 1 deletions
|
@ -437,7 +437,6 @@ void Manager::Private::clearAll() {
|
|||
return;
|
||||
}
|
||||
|
||||
auto temp = base::take(_notifications);
|
||||
for (const auto &[key, notifications] : base::take(_notifications)) {
|
||||
for (const auto &[msgId, notification] : notifications) {
|
||||
_notifier.Hide(notification);
|
||||
|
|
Loading…
Add table
Reference in a new issue