Small layout improvement

This commit is contained in:
M66B
2022-04-04 09:55:44 +02:00
parent c0daddef8c
commit b85c733496
3 changed files with 17 additions and 17 deletions

View File

@@ -690,9 +690,9 @@ public class EntityRule {
long aid = jargs.getLong("answer");
boolean answer_subject = jargs.optBoolean("answer_subject", false);
boolean original_text = jargs.optBoolean("original_text", true);
boolean attachments = jargs.optBoolean("attachments");
String to = jargs.optString("to");
boolean cc = jargs.optBoolean("cc");
boolean attachments = jargs.optBoolean("attachments");
boolean isReply = TextUtils.isEmpty(to);