mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-08 01:53:25 +02:00
Changed share links
This commit is contained in:
@@ -5237,7 +5237,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
||||
if (!TextUtils.isEmpty(message.subject))
|
||||
result.put("subject", message.subject);
|
||||
|
||||
String link = "message://" + BuildConfig.APPLICATION_ID + "/" + message.id;
|
||||
String link = "message://email.faircode.eu/link/#" + message.id;
|
||||
|
||||
Document document = JsoupEx.parse(file);
|
||||
HtmlHelper.truncate(document, HtmlHelper.MAX_FULL_TEXT_SIZE / 2);
|
||||
|
||||
Reference in New Issue
Block a user