mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 03:46:00 +01:00
Switched to Apache commons compress
This commit is contained in:
@@ -167,6 +167,7 @@ public class FragmentOptionsDisplay extends FragmentBase implements SharedPrefer
|
||||
private SwitchCompat swImagesInline;
|
||||
private SwitchCompat swButtonExtra;
|
||||
private SwitchCompat swUnzip;
|
||||
private TextView tvUnzipHint;
|
||||
private SwitchCompat swAttachmentsAlt;
|
||||
private SwitchCompat swThumbnails;
|
||||
|
||||
@@ -317,6 +318,7 @@ public class FragmentOptionsDisplay extends FragmentBase implements SharedPrefer
|
||||
swImagesInline = view.findViewById(R.id.swImagesInline);
|
||||
swButtonExtra = view.findViewById(R.id.swButtonExtra);
|
||||
swUnzip = view.findViewById(R.id.swUnzip);
|
||||
tvUnzipHint = view.findViewById(R.id.tvUnzipHint);
|
||||
swAttachmentsAlt = view.findViewById(R.id.swAttachmentsAlt);
|
||||
swThumbnails = view.findViewById(R.id.swThumbnails);
|
||||
swBundledFonts = view.findViewById(R.id.swBundledFonts);
|
||||
@@ -1175,6 +1177,8 @@ public class FragmentOptionsDisplay extends FragmentBase implements SharedPrefer
|
||||
}
|
||||
});
|
||||
|
||||
tvUnzipHint.setText(getString(R.string.title_advanced_unzip_hint, MessageHelper.MAX_UNZIP));
|
||||
|
||||
swAttachmentsAlt.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() {
|
||||
@Override
|
||||
public void onCheckedChanged(CompoundButton compoundButton, boolean checked) {
|
||||
|
||||
Reference in New Issue
Block a user