fix: File fix
This commit is contained in:
@@ -1697,7 +1697,7 @@ class MessageInputState extends State<MessageInput> {
|
|||||||
localUri: file.path != null ? Uri.parse(file.path) : null,
|
localUri: file.path != null ? Uri.parse(file.path) : null,
|
||||||
type: attachmentType,
|
type: attachmentType,
|
||||||
extraData: extraDataMap.isNotEmpty ? extraDataMap : null,
|
extraData: extraDataMap.isNotEmpty ? extraDataMap : null,
|
||||||
title: mimeType.type == 'file' ? file.name : null,
|
title: file.name,
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user