1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-26 09:47:13 +00:00

Allow displaying larger HTML

This commit is contained in:
M66B 2023-03-24 14:15:11 +01:00
parent 64d1e39c8c
commit bec7374c59

View file

@ -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")