mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-29 11:15:51 +00:00
Oops
This commit is contained in:
parent
b106ee3b26
commit
212832488f
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ public class EntitySearch {
|
||||||
if (json.has("order") && !json.isNull("order"))
|
if (json.has("order") && !json.isNull("order"))
|
||||||
search.order = json.getInt("order");
|
search.order = json.getInt("order");
|
||||||
if (json.has("color") && !json.isNull("color"))
|
if (json.has("color") && !json.isNull("color"))
|
||||||
search.order = json.getInt("color");
|
search.color = json.getInt("color");
|
||||||
search.data = json.getString("data");
|
search.data = json.getString("data");
|
||||||
|
|
||||||
return search;
|
return search;
|
||||||
|
|
Loading…
Reference in a new issue