mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 06:07:45 +00:00
Fixed reply bar stuck when sending file in replies section.
This commit is contained in:
parent
08717dcd78
commit
5dc6bdcc42
@ -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…
x
Reference in New Issue
Block a user