mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 22:54:01 +02:00
Fixed reply stuck display at sending voice in Replies section.
This commit is contained in:
parent
f75fb33c29
commit
a6e4ac679c
1 changed files with 3 additions and 0 deletions
|
@ -888,6 +888,9 @@ void RepliesWidget::sendVoice(ComposeControls::VoiceToSend &&data) {
|
|||
data.waveform,
|
||||
data.duration,
|
||||
std::move(action));
|
||||
|
||||
_composeControls->cancelReplyMessage();
|
||||
finishSending();
|
||||
}
|
||||
|
||||
void RepliesWidget::send(Api::SendOptions options) {
|
||||
|
|
Loading…
Add table
Reference in a new issue