mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-09-18 21:38:48 +00:00
Can get older posts on latest posts page
This commit is contained in:
@@ -20,6 +20,7 @@ class _NewestPostsScreenState extends State<NewestPostsScreen> {
|
||||
Widget build(BuildContext context) {
|
||||
return PostsListWidget(
|
||||
getPostsList: _postsHelper.getLatest,
|
||||
getOlder: (f) => _postsHelper.getLatest(from: f - 1),
|
||||
showPostsTarget: true,
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user