Allow extern poll of individual accounts

This commit is contained in:
M66B
2019-12-13 11:55:11 +01:00
parent bd9416bd25
commit 616526ff16
5 changed files with 61 additions and 61 deletions

View File

@@ -779,7 +779,7 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
new SimpleTask<Void>() {
@Override
protected Void onExecute(Context context, Bundle args) {
WorkerPoll.sync(context);
WorkerPoll.sync(context, null);
return null;
}