This commit is contained in:
M66B
2019-12-12 11:57:35 +01:00
parent 71dfca6265
commit abed4f9a44

View File

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