Simplified boot/init

This commit is contained in:
M66B
2019-08-01 09:08:28 +02:00
parent 2fda4ebd35
commit 6f47a2e22c
3 changed files with 52 additions and 56 deletions

View File

@@ -83,7 +83,7 @@ public class ActivityMain extends ActivityBase implements FragmentManager.OnBack
protected void onExecuted(Bundle args, Boolean hasAccounts) {
if (hasAccounts) {
startActivity(new Intent(ActivityMain.this, ActivityView.class));
ServiceSynchronize.boot(ActivityMain.this);
ServiceSynchronize.init(ActivityMain.this);
ServiceSend.boot(ActivityMain.this);
} else
startActivity(new Intent(ActivityMain.this, ActivitySetup.class));