mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 22:46:10 +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.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) {
|
||||||
|
Reference in New Issue
Block a user