mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fix crash in pending gift payment finish.
This commit is contained in:
parent
70eb452a09
commit
fbc600a978
1 changed files with 1 additions and 1 deletions
|
@ -1056,7 +1056,7 @@ void CreateGiveawayBox(
|
||||||
.adaptive = true,
|
.adaptive = true,
|
||||||
.filter = filter,
|
.filter = filter,
|
||||||
});
|
});
|
||||||
} else {
|
} else if (weak) {
|
||||||
state->confirmButtonBusy = false;
|
state->confirmButtonBusy = false;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue