This commit is contained in:
tom79 2020-03-31 17:28:09 +02:00
parent 680ab3b5e8
commit 3615995f81
1 changed files with 2 additions and 0 deletions

View File

@ -827,6 +827,8 @@ public class DisplayStatusFragment extends Fragment implements OnPostActionInter
asyncTask = new RetrieveMissingFeedsAsyncTask(context, remoteInstance, sinceId, type, DisplayStatusFragment.this).execute();
else if (type == RetrieveFeedsAsyncTask.Type.TAG)
asyncTask = new RetrieveMissingFeedsAsyncTask(context, tag, sinceId, type, DisplayStatusFragment.this).execute();
else if (type == RetrieveFeedsAsyncTask.Type.LIST)
asyncTask = new ManageListsAsyncTask(context, targetedId, null, sinceId, DisplayStatusFragment.this).execute();
else
asyncTask = new RetrieveMissingFeedsAsyncTask(context, sinceId, type, DisplayStatusFragment.this).execute();