Beta version 1.9.16: Crash fix.

This commit is contained in:
John Preston 2020-02-23 15:13:23 +04:00
parent e2f037537f
commit b84b1e71f7

View File

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