2
0
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:
John Preston
2020-06-26 12:27:54 +04:00
parent 325840703e
commit 9703f7460a
3 changed files with 5 additions and 2 deletions

View File

@@ -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);
}
}