mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-20 21:27:07 +00:00
Limited shared message size
This commit is contained in:
parent
7adce05e43
commit
27ff9b3e31
1 changed files with 1 additions and 1 deletions
|
@ -5222,7 +5222,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
|||
String link = "message://" + BuildConfig.APPLICATION_ID + "/" + message.id;
|
||||
|
||||
Document document = JsoupEx.parse(file);
|
||||
HtmlHelper.quoteLimit(document, MAX_QUOTE_LEVEL);
|
||||
HtmlHelper.truncate(document, HtmlHelper.MAX_FULL_TEXT_SIZE / 2);
|
||||
|
||||
Element a = document.createElement("a");
|
||||
a.text(context.getString(R.string.app_name));
|
||||
|
|
Loading…
Reference in a new issue