mobile download
This commit is contained in:
@@ -174,6 +174,9 @@ public class AppSettingsService {
|
||||
if (d.containsKey("trendSearchSettings")) {
|
||||
s.setTrendSearchSettingsJson(toJson(d.get("trendSearchSettings")));
|
||||
}
|
||||
if (d.containsKey("uiPreferences")) {
|
||||
s.setUiPreferencesJson(toJson(d.get("uiPreferences")));
|
||||
}
|
||||
}
|
||||
|
||||
private Map<String, Object> toMap(GcAppSettings s) {
|
||||
@@ -226,6 +229,7 @@ public class AppSettingsService {
|
||||
? s.getLiveAutoTradeBudgetPct().doubleValue() : 95);
|
||||
m.put("fcmPushEnabled", s.getFcmPushEnabled() != null ? s.getFcmPushEnabled() : false);
|
||||
m.put("trendSearchSettings", parseJson(s.getTrendSearchSettingsJson()));
|
||||
m.put("uiPreferences", parseJson(s.getUiPreferencesJson()));
|
||||
return m;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user