mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-02 23:55:12 +00:00
Beta version 1.9.16: Crash fix.
This commit is contained in:
@@ -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();
|
||||||
|
Reference in New Issue
Block a user