mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-29 03:05:31 +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"))
|
||||
search.order = json.getInt("order");
|
||||
if (json.has("color") && !json.isNull("color"))
|
||||
search.order = json.getInt("color");
|
||||
search.color = json.getInt("color");
|
||||
search.data = json.getString("data");
|
||||
|
||||
return search;
|
||||
|
|
Loading…
Reference in a new issue