mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 13:47:05 +02:00
Limit zip file size
This commit is contained in:
@@ -1177,7 +1177,9 @@ public class FragmentOptionsDisplay extends FragmentBase implements SharedPrefer
|
||||
}
|
||||
});
|
||||
|
||||
tvUnzipHint.setText(getString(R.string.title_advanced_unzip_hint, MessageHelper.MAX_UNZIP));
|
||||
tvUnzipHint.setText(getString(R.string.title_advanced_unzip_hint,
|
||||
Integer.toString(MessageHelper.MAX_UNZIP_COUNT),
|
||||
Helper.humanReadableByteCount(MessageHelper.MAX_UNZIP_SIZE)));
|
||||
|
||||
swAttachmentsAlt.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() {
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user