mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 11:25:13 +01:00
Inline full message display
This commit is contained in:
@@ -68,7 +68,7 @@ public class EditTextCompose extends AppCompatEditText {
|
||||
ClipData.Item item = clipboard.getPrimaryClip().getItemAt(0);
|
||||
|
||||
String html = item.coerceToHtmlText(context);
|
||||
html = HtmlHelper.sanitize(context, html, true, false);
|
||||
html = HtmlHelper.sanitize(context, html, false);
|
||||
Spanned paste = HtmlHelper.fromHtml(html);
|
||||
|
||||
int start = getSelectionStart();
|
||||
|
||||
Reference in New Issue
Block a user