mirror of
				https://gitlab.com/comunic/comunicmobile
				synced 2025-11-04 12:14:11 +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