Fixed fixing mime types

This commit is contained in:
M66B 2020-01-13 21:04:26 +01:00
parent 7b7d7de8fc
commit b92d3b99df
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ public class AdapterAttachment extends RecyclerView.Adapter<AdapterAttachment.Vi
}
private void onShare(EntityAttachment attachment) {
Helper.share(context, attachment.getFile(context), attachment.type, attachment.name);
Helper.share(context, attachment.getFile(context), attachment.getMimeType(), attachment.name);
}
private void onDownload(EntityAttachment attachment) {