Refactoring

This commit is contained in:
M66B
2021-01-19 12:02:49 +01:00
parent 03084b8f25
commit 91e9eae07a
2 changed files with 6 additions and 7 deletions

View File

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