mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Fixed scheduling of recorded voice messages.
This commit is contained in:
parent
bcdcd7ee70
commit
9f11c783eb
1 changed files with 1 additions and 1 deletions
|
@ -1673,7 +1673,7 @@ void VoiceRecordBar::installListenStateFilter() {
|
|||
void VoiceRecordBar::showDiscardBox(
|
||||
Fn<void()> &&callback,
|
||||
anim::type animated) {
|
||||
if (!isActive()) {
|
||||
if (!isActive() || _showAnimation.animating()) {
|
||||
return;
|
||||
}
|
||||
auto sure = [=, callback = std::move(callback)](Fn<void()> &&close) {
|
||||
|
|
Loading…
Add table
Reference in a new issue