fix bug where home timeline was never showing "load more" button (#729)
This commit is contained in:
parent
3f2b49d596
commit
30d9204586
@ -723,7 +723,7 @@ public class TimelineFragment extends SFragment implements
|
||||
switch (kind) {
|
||||
default:
|
||||
case HOME:
|
||||
return api.homeTimeline(fromId, uptoId, null);
|
||||
return api.homeTimeline(fromId, uptoId, LOAD_AT_ONCE);
|
||||
case PUBLIC_FEDERATED:
|
||||
return api.publicTimeline(null, fromId, uptoId, LOAD_AT_ONCE);
|
||||
case PUBLIC_LOCAL:
|
||||
|
Loading…
Reference in New Issue
Block a user