mirror of
https://codeberg.org/tom79/Fedilab.git
synced 2025-05-19 20:40:01 +03:00
clean
This commit is contained in:
parent
2854f45ae2
commit
51c3bc56f3
1 changed files with 1 additions and 3 deletions
|
@ -942,9 +942,7 @@ public class FragmentMastodonTimeline extends Fragment implements StatusAdapter.
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
timelinesVM.getHome(BaseMainActivity.currentInstance, BaseMainActivity.currentToken, true, max_id_fetch_more, null, null, MastodonHelper.statusesPerCall(requireActivity()), false)
|
timelinesVM.getHome(BaseMainActivity.currentInstance, BaseMainActivity.currentToken, true, max_id_fetch_more, null, null, MastodonHelper.statusesPerCall(requireActivity()), false)
|
||||||
.observe(getViewLifecycleOwner(), statusesBottom -> {
|
.observe(getViewLifecycleOwner(), statusesBottom -> dealWithPagination(statusesBottom, DIRECTION.BOTTOM, true));
|
||||||
dealWithPagination(statusesBottom, DIRECTION.BOTTOM, true);
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
} else if (direction == DIRECTION.TOP) {
|
} else if (direction == DIRECTION.TOP) {
|
||||||
if (!fetchingMissing) {
|
if (!fetchingMissing) {
|
||||||
|
|
Loading…
Reference in a new issue