fix: Send reply to voice messages
This commit is contained in:
parent
d98d80bfe7
commit
f38cee0322
1 changed files with 3 additions and 3 deletions
|
|
@ -714,9 +714,6 @@ class ChatController extends State<ChatPageWithRoom>
|
|||
name: fileName ?? audioFile.path,
|
||||
);
|
||||
|
||||
setState(() {
|
||||
replyEvent = null;
|
||||
});
|
||||
room
|
||||
.sendFileEvent(
|
||||
file,
|
||||
|
|
@ -737,6 +734,9 @@ class ChatController extends State<ChatPageWithRoom>
|
|||
);
|
||||
return null;
|
||||
});
|
||||
setState(() {
|
||||
replyEvent = null;
|
||||
});
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue