mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 16:43:26 +02:00
Refactoring
This commit is contained in:
@@ -2179,7 +2179,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
||||
|
||||
// Format message
|
||||
if (show_full) {
|
||||
if (HtmlHelper.truncate(document, false))
|
||||
if (HtmlHelper.truncate(document, HtmlHelper.MAX_FULL_TEXT_SIZE))
|
||||
document.body()
|
||||
.appendElement("br")
|
||||
.appendElement("p")
|
||||
|
||||
Reference in New Issue
Block a user