mirror of
https://github.com/moparisthebest/k-9
synced 2025-02-17 07:30:16 -05:00
Removed image/gif from exclusion list so that the images can be viewed and save to SD card
This commit is contained in:
parent
a912f7aed5
commit
6c820c9f75
@ -71,7 +71,6 @@ public class Email extends Application {
|
|||||||
* The MIME type(s) of attachments we're not willing to view.
|
* The MIME type(s) of attachments we're not willing to view.
|
||||||
*/
|
*/
|
||||||
public static final String[] UNACCEPTABLE_ATTACHMENT_VIEW_TYPES = new String[] {
|
public static final String[] UNACCEPTABLE_ATTACHMENT_VIEW_TYPES = new String[] {
|
||||||
"image/gif",
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -85,7 +84,6 @@ public class Email extends Application {
|
|||||||
* The MIME type(s) of attachments we're not willing to download to SD.
|
* The MIME type(s) of attachments we're not willing to download to SD.
|
||||||
*/
|
*/
|
||||||
public static final String[] UNACCEPTABLE_ATTACHMENT_DOWNLOAD_TYPES = new String[] {
|
public static final String[] UNACCEPTABLE_ATTACHMENT_DOWNLOAD_TYPES = new String[] {
|
||||||
"image/gif",
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user