Refactoring

This commit is contained in:
M66B
2020-08-24 14:32:57 +02:00
parent efa6b60172
commit 954196d018

View File

@@ -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);