mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Beta version 1.9.16: Crash fix.
This commit is contained in:
parent
e2f037537f
commit
b84b1e71f7
1 changed files with 1 additions and 1 deletions
|
@ -298,7 +298,7 @@ void Histories::sendDialogRequests() {
|
||||||
|
|
||||||
void Histories::dialogEntryApplied(not_null<History*> history) {
|
void Histories::dialogEntryApplied(not_null<History*> history) {
|
||||||
const auto state = lookup(history);
|
const auto state = lookup(history);
|
||||||
if (state->postponedRequestEntry) {
|
if (state && state->postponedRequestEntry) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
history->dialogEntryApplied();
|
history->dialogEntryApplied();
|
||||||
|
|
Loading…
Add table
Reference in a new issue