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:
@@ -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());
|
||||
|
Reference in New Issue
Block a user