mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 05:44:51 +02:00
Small fix
This commit is contained in:
@@ -388,7 +388,7 @@ public class EntityAccount extends EntityOrder implements Serializable {
|
||||
account.ignore_size = json.optBoolean("ignore_size", false);
|
||||
account.use_date = json.optBoolean("use_date", false);
|
||||
account.use_received = json.optBoolean("use_received", false);
|
||||
account.conditions = json.optString("conditions");
|
||||
account.conditions = json.optString("conditions", null);
|
||||
|
||||
return account;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user