Fixed fixing mime types

pull/172/head
M66B 5 years ago
parent 7b7d7de8fc
commit b92d3b99df

@ -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) {

Loading…
Cancel
Save