github is being weird

This commit is contained in:
Matthieu 2020-04-02 22:28:39 +02:00
parent 1a684b7a47
commit 8873b5692f
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ class HomeFragment : FeedFragment<Status, HomeFragment.HomeRecyclerViewAdapter.V
}
//This is called to when we get to the bottom of the loaded content, so we want statuses
//older than the given key (params.key)
//older than the given key (params.key)
override fun loadAfter(params: LoadParams<String>, callback: LoadCallback<Status>) {
val call = pixelfedAPI
.timelineHome("Bearer $accessToken", max_id=params.key,