fix(llc): do not use withData: true property

This commit is contained in:
Salvatore Giordano
2021-11-24 15:38:53 +01:00
parent 2cd7c44e24
commit b9378517fe
@@ -1645,7 +1645,6 @@ class MessageInputState extends State<MessageInput> {
}
final res = await FilePicker.platform.pickFiles(
type: type,
withData: true,
);
if (res?.files.isNotEmpty == true) {
file = res!.files.single.toAttachmentFile;