mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 13:47:05 +02:00
Simplified newline handling
This commit is contained in:
@@ -272,7 +272,7 @@ public class FragmentAnswer extends FragmentBase {
|
||||
if (TextUtils.isEmpty(name))
|
||||
throw new IllegalArgumentException(context.getString(R.string.title_no_name));
|
||||
|
||||
Document document = HtmlHelper.fixEdit(JsoupEx.parse(html));
|
||||
Document document = JsoupEx.parse(html);
|
||||
|
||||
DB db = DB.getInstance(context);
|
||||
if (id < 0) {
|
||||
|
||||
Reference in New Issue
Block a user