Refactoring

This commit is contained in:
M66B 2020-08-24 14:32:57 +02:00
parent efa6b60172
commit 954196d018
1 changed files with 1 additions and 0 deletions

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