mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 21:58:52 +02:00
Small layout improvement
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user