mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 14:46:31 +02:00
Default separators again
This commit is contained in:
@@ -369,7 +369,7 @@ public class HtmlHelper {
|
||||
boolean disable_tracking = prefs.getBoolean("disable_tracking", true);
|
||||
boolean parse_classes = prefs.getBoolean("parse_classes", true);
|
||||
boolean inline_images = prefs.getBoolean("inline_images", false);
|
||||
boolean text_separators = prefs.getBoolean("text_separators", false);
|
||||
boolean text_separators = prefs.getBoolean("text_separators", true);
|
||||
boolean image_placeholders = prefs.getBoolean("image_placeholders", true);
|
||||
|
||||
int textColorPrimary = Helper.resolveColor(context, android.R.attr.textColorPrimary);
|
||||
|
||||
Reference in New Issue
Block a user