mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 08:33:37 +02:00
Oops
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user