Added remark

This commit is contained in:
M66B 2022-03-11 21:08:47 +01:00
parent 153b6c8c53
commit bfbf1e0243
1 changed files with 1 additions and 0 deletions

View File

@ -3386,6 +3386,7 @@ public class MessageHelper {
}
else if (local.isCompressed()) {
// https://commons.apache.org/proper/commons-compress/examples.html
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(context);
boolean unzip = prefs.getBoolean("unzip", true);