upgrade room library to 1 (fix merge problem)
This commit is contained in:
parent
7ae771db4c
commit
3053e097a7
2 changed files with 3 additions and 3 deletions
|
@ -520,7 +520,7 @@ public class TimelineFragment extends SFragment implements
|
|||
case TAG:
|
||||
return api.hashtagTimeline(tagOrId, null, fromId, uptoId, LOAD_AT_ONCE);
|
||||
case USER:
|
||||
return api.accountStatuses(tagOrId, fromId, uptoId, LOAD_AT_ONCE);
|
||||
return api.accountStatuses(tagOrId, fromId, uptoId, LOAD_AT_ONCE, false);
|
||||
case FAVOURITES:
|
||||
return api.favourites(fromId, uptoId, LOAD_AT_ONCE);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue