Revert "Revert "Enable unzip by default""

This reverts commit a5eef36e47.
This commit is contained in:
M66B
2022-03-11 15:33:38 +01:00
parent f68fc11403
commit 70c251b9ea
2 changed files with 2 additions and 2 deletions

View File

@@ -3386,7 +3386,7 @@ public class MessageHelper {
else if (local.isCompressed()) {
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(context);
boolean unzip = prefs.getBoolean("unzip", false);
boolean unzip = prefs.getBoolean("unzip", true);
if (unzip)
if (local.isGzip() && !local.isTarGzip())