mirror of
https://github.com/Qz3rK/tdesktop.git
synced 2026-07-03 14:15:08 +02:00
Fixed scheduling of recorded voice messages.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user