mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-31 01:51:24 +01:00
Fixed manual poll in some circumstances
This commit is contained in:
@@ -81,11 +81,9 @@ public class ActivityMain extends ActivityBase implements FragmentManager.OnBack
|
||||
|
||||
@Override
|
||||
protected void onExecuted(Bundle args, Boolean hasAccounts) {
|
||||
if (hasAccounts) {
|
||||
if (hasAccounts)
|
||||
startActivity(new Intent(ActivityMain.this, ActivityView.class));
|
||||
ServiceSynchronize.init(ActivityMain.this);
|
||||
ServiceSend.boot(ActivityMain.this);
|
||||
} else
|
||||
else
|
||||
startActivity(new Intent(ActivityMain.this, ActivitySetup.class));
|
||||
finish();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user