mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-08 02:25:13 +00:00
Fix build on Linux.
This commit is contained in:
@@ -571,7 +571,7 @@ void Manager::Private::showNotification(
|
||||
i = _notifications.find(key);
|
||||
if (i != _notifications.cend()) {
|
||||
i->second.remove(msgId);
|
||||
if (i->empty()) {
|
||||
if (i->second.empty()) {
|
||||
_notifications.erase(i);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user