mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-27 08:01:50 +01:00
Skip sanitizing shared html text
This commit is contained in:
@@ -117,7 +117,7 @@ public class ActivityCompose extends ActivityBilling implements FragmentManager.
|
||||
if (intent.hasExtra(Intent.EXTRA_HTML_TEXT)) {
|
||||
String html = intent.getStringExtra(Intent.EXTRA_HTML_TEXT);
|
||||
if (html != null)
|
||||
args.putString("body", HtmlHelper.getText(html));
|
||||
args.putString("body", html);
|
||||
} else if (intent.hasExtra(Intent.EXTRA_TEXT)) {
|
||||
String body = intent.getStringExtra(Intent.EXTRA_TEXT);
|
||||
if (body != null)
|
||||
|
||||
Reference in New Issue
Block a user