upgrade room library to 1 (fix merge problem)

This commit is contained in:
Conny Duck 2017-11-07 13:12:57 +01:00
commit 3053e097a7
2 changed files with 3 additions and 3 deletions

View file

@ -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);
}