mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Fixed reply stuck display at sending voice in Replies section.
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user