2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-05 08:55:59 +00:00

version 0.8.54.dev prepared, two crash fixes

This commit is contained in:
John Preston
2015-08-31 18:05:57 +03:00
parent a0f7a4607d
commit 25b6740f91
9 changed files with 17 additions and 20 deletions

View File

@@ -2809,9 +2809,6 @@ bool CreateToast(PeerData *peer, int32 msgId, bool showpix, const QString &title
if (j != i->cend()) {
toastNotifier->Hide(j->p.Get());
i->erase(j);
if (i->isEmpty()) {
toastNotifications.erase(i);
}
}
}
hr = toastNotifier->Show(toast.Get());