mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 22:54:01 +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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
auto temp = base::take(_notifications);
|
|
||||||
for (const auto &[key, notifications] : base::take(_notifications)) {
|
for (const auto &[key, notifications] : base::take(_notifications)) {
|
||||||
for (const auto &[msgId, notification] : notifications) {
|
for (const auto &[msgId, notification] : notifications) {
|
||||||
_notifier.Hide(notification);
|
_notifier.Hide(notification);
|
||||||
|
|
Loading…
Add table
Reference in a new issue