Revert "Enable unzip by default"

This reverts commit 0d162c82ea.
This commit is contained in:
M66B
2022-03-11 08:31:40 +01:00
parent 3232e0c979
commit a5eef36e47
2 changed files with 2 additions and 2 deletions

View File

@@ -3377,7 +3377,7 @@ public class MessageHelper {
else if ("application/zip".equals(local.type)) {
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(context);
boolean unzip = prefs.getBoolean("unzip", true);
boolean unzip = prefs.getBoolean("unzip", false);
if (unzip) {
// https://developer.android.com/reference/java/util/zip/ZipInputStream