mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-03 19:34:15 +01:00
Fix mime type on opening image
This commit is contained in:
@@ -102,7 +102,7 @@ public class AdapterImage extends RecyclerView.Adapter<AdapterImage.ViewHolder>
|
||||
|
||||
EntityAttachment attachment = items.get(pos);
|
||||
if (attachment.available)
|
||||
Helper.share(context, attachment.getFile(context), attachment.type, attachment.name);
|
||||
Helper.share(context, attachment.getFile(context), attachment.getMimeType(), attachment.name);
|
||||
else {
|
||||
if (attachment.progress == null) {
|
||||
Bundle args = new Bundle();
|
||||
|
||||
Reference in New Issue
Block a user