mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-26 01:36:55 +00:00
Allow displaying larger HTML
This commit is contained in:
parent
64d1e39c8c
commit
bec7374c59
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue