Allow displaying larger HTML

pull/212/head
M66B 1 year ago
parent 64d1e39c8c
commit bec7374c59

@ -3038,7 +3038,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
// Format message
if (show_full) {
if (HtmlHelper.truncate(document, HtmlHelper.MAX_FULL_TEXT_SIZE))
if (HtmlHelper.truncate(document, HtmlHelper.MAX_FULL_TEXT_SIZE * 2))
document.body()
.appendElement("br")
.appendElement("p")

Loading…
Cancel
Save