Added separator line

pull/194/head
M66B 4 years ago
parent e5a578abbf
commit f777ba344f

@ -6967,6 +6967,7 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
if (!TextUtils.isEmpty(html)) {
Document document = JsoupEx.parse(message.getFile(context));
document.body().prependElement("hr");
document.body().prepend(html);
Helper.writeText(message.getFile(context), document.body().html());

Loading…
Cancel
Save