mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 22:26:06 +02:00
Enable gzip for Play Store version
This commit is contained in:
@@ -133,9 +133,6 @@ public class EntityAttachment {
|
||||
}
|
||||
|
||||
boolean isGzip() {
|
||||
if (BuildConfig.PLAY_STORE_RELEASE)
|
||||
return false;
|
||||
|
||||
if ("application/gzip".equals(type))
|
||||
return true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user