Attachment preview

This commit is contained in:
2024-07-07 13:38:43 +08:00
parent 5864041e57
commit f7cc4420b3
4 changed files with 90 additions and 60 deletions

View File

@ -46,6 +46,7 @@ class _ChatMessageInputState extends State<ChatMessageInput> {
void showAttachments() {
showModalBottomSheet(
context: context,
isScrollControlled: true,
builder: (context) => AttachmentPublishPopup(
usage: 'm.attachment',
current: _attachments,