diff --git a/CHANGELOG.md b/CHANGELOG.md index 68591e5a7..f2da0e862 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ * Tweak advanced section and wording of some advanced options * Fix: avoid crash in push notifications handling * Fix: clean up web storage of deleted in-chat apps +* Fix: avoid crash when exporting some files with wrong image MIME type * Expose new "Multi-device mode" option instead of "Delete from server" for chatmail profiles * Opened in-chat apps got a 'About Apps' menu item * Avoid gray avatar on profile creation diff --git a/src/main/java/org/thoughtcrime/securesms/util/SaveAttachmentTask.java b/src/main/java/org/thoughtcrime/securesms/util/SaveAttachmentTask.java index e7e50d5fd..42d259ae7 100644 --- a/src/main/java/org/thoughtcrime/securesms/util/SaveAttachmentTask.java +++ b/src/main/java/org/thoughtcrime/securesms/util/SaveAttachmentTask.java @@ -152,13 +152,32 @@ public class SaveAttachmentTask extends ProgressDialogAsyncTask