mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-15 13:47:05 +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,
|
||||
.filter = filter,
|
||||
});
|
||||
} else {
|
||||
} else if (weak) {
|
||||
state->confirmButtonBusy = false;
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue