mirror of
				https://github.com/pierre42100/ComunicAndroid
				synced 2025-11-04 03:24:04 +00:00 
			
		
		
		
	Remove useless variable declaration.
This commit is contained in:
		@@ -76,9 +76,6 @@ class CommentsAdapter extends ArrayAdapter<Comment> {
 | 
			
		||||
    private static View fillView(final Context context, final View view, final Comment comment,
 | 
			
		||||
                                 @Nullable UserInfo user, final PostsAdapter.onPostUpdate listener) {
 | 
			
		||||
 | 
			
		||||
        //Check whether the current user is the owner of the comment or not
 | 
			
		||||
        final boolean isOwner = AccountUtils.getID(context) == comment.getUserID();
 | 
			
		||||
 | 
			
		||||
        //Update user name and account image
 | 
			
		||||
        ImageView accountImage = view.findViewById(R.id.user_account_image);
 | 
			
		||||
        TextView accountName = view.findViewById(R.id.user_account_name);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user