mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-02-25 01:50:36 +00:00
Beta version 1.9.16: Crash fix.
This commit is contained in:
parent
e2f037537f
commit
b84b1e71f7
@ -298,7 +298,7 @@ void Histories::sendDialogRequests() {
|
||||
|
||||
void Histories::dialogEntryApplied(not_null<History*> history) {
|
||||
const auto state = lookup(history);
|
||||
if (state->postponedRequestEntry) {
|
||||
if (state && state->postponedRequestEntry) {
|
||||
return;
|
||||
}
|
||||
history->dialogEntryApplied();
|
||||
|
Loading…
Reference in New Issue
Block a user