mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-07 07:33:52 +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.waveform,
|
||||||
data.duration,
|
data.duration,
|
||||||
std::move(action));
|
std::move(action));
|
||||||
|
|
||||||
|
_composeControls->cancelReplyMessage();
|
||||||
|
finishSending();
|
||||||
}
|
}
|
||||||
|
|
||||||
void RepliesWidget::send(Api::SendOptions options) {
|
void RepliesWidget::send(Api::SendOptions options) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue