Fix crash in pending gift payment finish.

This commit is contained in:
John Preston 2024-01-01 09:23:37 +04:00
parent 70eb452a09
commit fbc600a978
1 changed files with 1 additions and 1 deletions

View File

@ -1056,7 +1056,7 @@ void CreateGiveawayBox(
.adaptive = true,
.filter = filter,
});
} else {
} else if (weak) {
state->confirmButtonBusy = false;
}
};