Run start service on foreground

This commit is contained in:
M66B
2021-03-25 09:36:45 +01:00
parent a2f78423df
commit f7a85deeec
18 changed files with 263 additions and 114 deletions

View File

@@ -452,13 +452,15 @@ public class FragmentQuickSetup extends FragmentBase {
db.endTransaction();
}
ServiceSynchronize.eval(context, "quick setup");
return null;
}
@Override
protected void onExecuted(Bundle args, EmailProvider result) {
Context context = getContext();
if (context != null)
ServiceSynchronize.eval(context, "quick setup");
boolean check = args.getBoolean("check");
if (check) {
tvImap.setText(result == null ? null