mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Fixed reply bar stuck when sending file in replies section.
This commit is contained in:
parent
08717dcd78
commit
5dc6bdcc42
1 changed files with 2 additions and 1 deletions
|
@ -967,7 +967,8 @@ void RepliesWidget::sendingFilesConfirmed(
|
|||
album,
|
||||
action);
|
||||
}
|
||||
if (_composeControls->replyingToMessage() == action.replyTo) {
|
||||
if (_composeControls->replyingToMessage().messageId
|
||||
== action.replyTo.messageId) {
|
||||
_composeControls->cancelReplyMessage();
|
||||
refreshTopBarActiveChat();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue