1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-27 08:23:24 +00:00
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");