Reload on schedule start

pull/194/head
M66B 4 years ago
parent 9ce5984f6f
commit 7713879ceb

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

Loading…
Cancel
Save