Skip to content

Commit

Permalink
fixup! TF-3308 Integrate super_drag_and_drop
Browse files Browse the repository at this point in the history
  • Loading branch information
tddang-linagora committed Dec 12, 2024
1 parent c9f0f82 commit 8650a78
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ class LocalFileDropZoneWidget extends StatelessWidget {
fileSize: bytes?.length ?? 0,
bytes: bytes,
isInline: item.platformFormats.firstOrNull?.startsWith(Constant.imageType),
type: item.platformFormats.firstOrNull,
type: item.platformFormats.firstOrNull ?? Constant.octetStreamMimeType,
);
},
));
Expand Down

0 comments on commit 8650a78

Please sign in to comment.