Added option to separate replies with a line

This commit is contained in:
M66B
2020-10-07 18:01:26 +02:00
parent da88b1f7d6
commit a7d57aadf1
7 changed files with 44 additions and 7 deletions

View File

@@ -2072,7 +2072,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
div.appendChild(h);
Element p = embedded.getReplyHeader(context, document, true);
Element p = embedded.getReplyHeader(context, document, false, true);
div.appendChild(p);
div.appendChild(d.body().tagName("p"));