mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-01 02:21:37 +01:00
Map rule action parameters on import
This commit is contained in:
@@ -101,7 +101,7 @@ public class EntityAnswer implements Serializable {
|
||||
|
||||
public static EntityAnswer fromJSON(JSONObject json) throws JSONException {
|
||||
EntityAnswer answer = new EntityAnswer();
|
||||
// id
|
||||
answer.id = json.getLong("id");
|
||||
answer.name = json.getString("name");
|
||||
answer.hide = (json.has("hide") && json.getBoolean("hide"));
|
||||
answer.text = json.getString("text");
|
||||
|
||||
Reference in New Issue
Block a user