1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-28 18:59:01 +00:00
This commit is contained in:
M66B 2023-01-29 19:23:41 +01:00
parent b106ee3b26
commit 212832488f

View file

@ -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;