#915 comment - fetch cache

This commit is contained in:
tom79 2019-05-12 09:53:10 +02:00
parent ed2acd165d
commit 452c7ba2b0
1 changed files with 1 additions and 3 deletions

View File

@ -193,9 +193,7 @@ public class RetrieveFeedsAsyncTask extends AsyncTask<Void, Void, Void> {
return null;
switch (action){
case HOME:
apiResponse = api.getHomeTimeline(max_id);
apiResponse = api.getHomeTimelineCache(max_id);
break;
case LOCAL:
apiResponse = api.getPublicTimeline(true, max_id);