2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-30 14:17:45 +00:00

Fixed reply bar stuck when sending file in replies section.

This commit is contained in:
23rd
2024-02-27 05:53:48 +03:00
committed by John Preston
parent 08717dcd78
commit 5dc6bdcc42

View File

@@ -967,7 +967,8 @@ void RepliesWidget::sendingFilesConfirmed(
album,
action);
}
if (_composeControls->replyingToMessage() == action.replyTo) {
if (_composeControls->replyingToMessage().messageId
== action.replyTo.messageId) {
_composeControls->cancelReplyMessage();
refreshTopBarActiveChat();
}