mirror of https://github.com/M66B/FairEmail.git
Enable gzip for Play Store version
This commit is contained in:
parent
07ef5b1454
commit
fe3ed991b4
|
@ -133,9 +133,6 @@ public class EntityAttachment {
|
|||
}
|
||||
|
||||
boolean isGzip() {
|
||||
if (BuildConfig.PLAY_STORE_RELEASE)
|
||||
return false;
|
||||
|
||||
if ("application/gzip".equals(type))
|
||||
return true;
|
||||
|
||||
|
|
Loading…
Reference in New Issue