mirror of
https://gitlab.shinice.net/pixeldroid/PixelDroid
synced 2025-01-19 18:39:50 +01:00
github is being weird
This commit is contained in:
parent
1a684b7a47
commit
8873b5692f
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user