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,
|
name: fileName ?? audioFile.path,
|
||||||
);
|
);
|
||||||
|
|
||||||
setState(() {
|
|
||||||
replyEvent = null;
|
|
||||||
});
|
|
||||||
room
|
room
|
||||||
.sendFileEvent(
|
.sendFileEvent(
|
||||||
file,
|
file,
|
||||||
|
|
@ -737,6 +734,9 @@ class ChatController extends State<ChatPageWithRoom>
|
||||||
);
|
);
|
||||||
return null;
|
return null;
|
||||||
});
|
});
|
||||||
|
setState(() {
|
||||||
|
replyEvent = null;
|
||||||
|
});
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue