This commit is contained in:
M66B
2020-08-12 10:29:59 +02:00
parent 4727598373
commit 5156aeba85
5 changed files with 2 additions and 95 deletions

View File

@@ -548,7 +548,6 @@ public class MessageHelper {
}
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(context);
boolean autolist = prefs.getBoolean("autolist", true);
boolean format_flowed = prefs.getBoolean("format_flowed", false);
boolean monospaced = prefs.getBoolean("monospaced", false);
String compose_font = prefs.getString("compose_font", monospaced ? "monospace" : "sans-serif");
@@ -558,9 +557,6 @@ public class MessageHelper {
// When sending message
if (identity != null) {
if (autolist)
HtmlHelper.convertLists(document);
if (send) {
for (Element child : document.body().children())
if (!TextUtils.isEmpty(child.text()) &&