Enable unzip by default

This commit is contained in:
M66B
2022-03-10 20:35:49 +01:00
parent e93df1edc8
commit 0d162c82ea
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", false);
boolean unzip = prefs.getBoolean("unzip", true);
if (unzip) {
// https://developer.android.com/reference/java/util/zip/ZipInputStream