mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-08 10:03:51 +02:00
Refactoring
This commit is contained in:
@@ -3360,6 +3360,7 @@ public class FragmentCompose extends FragmentBase {
|
||||
}
|
||||
|
||||
data.draft.subject = args.getString("subject", "");
|
||||
|
||||
String b = args.getString("body", "");
|
||||
if (!TextUtils.isEmpty(b)) {
|
||||
Document d = HtmlHelper.sanitizeCompose(context, b, false);
|
||||
|
||||
Reference in New Issue
Block a user