Suppress body not available

This commit is contained in:
M66B 2022-11-01 13:28:14 +01:00
parent 3420c8aa58
commit 54f731de98
1 changed files with 1 additions and 1 deletions

View File

@ -381,7 +381,7 @@ public class EntityRule {
}
if (html == null)
if (message.encrypt == null || EntityMessage.ENCRYPT_NONE.equals(message.encrypt))
if (false && (message.encrypt == null || EntityMessage.ENCRYPT_NONE.equals(message.encrypt)))
throw new IllegalArgumentException(context.getString(R.string.title_rule_no_body));
else
return false;