pull/197/head
M66B 5 years ago
parent 9cf72ae8fc
commit d545275db8

@ -3893,6 +3893,9 @@ public class FragmentCompose extends FragmentBase {
for (Element e : d.select("[x-plain=true]")) for (Element e : d.select("[x-plain=true]"))
e.removeAttr("x-plain"); e.removeAttr("x-plain");
if (BuildConfig.DEBUG)
d.select(".faircode_remove").remove();
if ("reply".equals(action) || "reply_all".equals(action)) { if ("reply".equals(action) || "reply_all".equals(action)) {
// Remove signature separators // Remove signature separators
boolean remove_signatures = prefs.getBoolean("remove_signatures", false); boolean remove_signatures = prefs.getBoolean("remove_signatures", false);

Loading…
Cancel
Save