mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 14:17:03 +02:00
Fixed mapping folders on importing rules
This commit is contained in:
@@ -178,7 +178,8 @@ public class EntityAccount extends EntityOrder implements Serializable {
|
||||
|
||||
public static EntityAccount fromJSON(JSONObject json) throws JSONException {
|
||||
EntityAccount account = new EntityAccount();
|
||||
// id
|
||||
if (json.has("id"))
|
||||
account.id = json.getLong("id");
|
||||
|
||||
if (json.has("order"))
|
||||
account.order = json.getInt("order");
|
||||
|
||||
Reference in New Issue
Block a user