mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-30 01:21:11 +01: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