mirror of
				https://github.com/pierre42100/ComunicAndroid
				synced 2025-11-04 11:34:06 +00:00 
			
		
		
		
	Fix issue
This commit is contained in:
		@@ -158,7 +158,12 @@ public class UserPostsFragment extends Fragment
 | 
			
		||||
                    return;
 | 
			
		||||
 | 
			
		||||
                //Get the list of posts of the user
 | 
			
		||||
                mPostsList.addAll(mPostsHelper.get_user(mUserID));
 | 
			
		||||
                PostsList new_posts = mPostsHelper.get_user(mUserID);
 | 
			
		||||
 | 
			
		||||
                if(mPostsList == null)
 | 
			
		||||
                    return;
 | 
			
		||||
 | 
			
		||||
                mPostsList.addAll(new_posts);
 | 
			
		||||
 | 
			
		||||
                if(mPostsList != null)
 | 
			
		||||
                    mUsersInfo = mUserHelper.getMultiple(mPostsList.getUsersId());
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user