pull/169/head
M66B 5 years ago
parent 71dfca6265
commit abed4f9a44

@ -484,6 +484,7 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
if (PREF_EVAL.contains(key)) {
Bundle command = new Bundle();
command.putString("name", "eval");
liveAccountNetworkState.post(command);
} else if (PREF_RELOAD.contains(key)) {
Bundle command = new Bundle();
command.putString("name", "reload");

Loading…
Cancel
Save