Revert "Run start service on foreground"

This reverts commit f7a85deeec.
This commit is contained in:
M66B
2021-03-27 15:50:39 +01:00
parent a5e0d8f086
commit e35cbd0f37
18 changed files with 114 additions and 263 deletions

View File

@@ -116,14 +116,9 @@ public class FragmentDialogSync extends FragmentDialogBase {
db.endTransaction();
}
return null;
}
ServiceSynchronize.eval(context, "folder:months");
@Override
protected void onExecuted(Bundle args, Void data) {
Context context = getContext();
if (context != null)
ServiceSynchronize.eval(context, "folder:months");
return null;
}
@Override