Reload on schedule start

This commit is contained in:
M66B 2021-02-25 11:45:17 +01:00
parent 9ce5984f6f
commit 7713879ceb
1 changed files with 1 additions and 1 deletions

View File

@ -868,7 +868,7 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
schedule(this, true);
Bundle command = new Bundle();
command.putString("name", "eval");
command.putString("name", "reload"); // eval will not work if manual sync running
command.putBoolean("sync", true);
liveAccountNetworkState.post(command);
}