1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-24 15:11:03 +00:00

Added remark

This commit is contained in:
M66B 2022-03-11 21:08:47 +01:00
parent 153b6c8c53
commit bfbf1e0243

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);