mirror of
				https://framagit.org/tom79/fedilab-tube
				synced 2025-06-05 21:09:11 +02:00 
			
		
		
		
	Fix indentation
This commit is contained in:
		| @@ -130,7 +130,7 @@ public class CommentListAdapter extends RecyclerView.Adapter<RecyclerView.ViewHo | ||||
|         if (comment.isReply()) { | ||||
|             int ident = CommentDecorationHelper.getIndentation(comment.getInReplyToCommentId(), comments); | ||||
|             holder.decoration.setVisibility(View.VISIBLE); | ||||
|             params.setMargins((int) Helper.convertDpToPixel(ident * 15, context), 0, 0, 0); | ||||
|             params.setMargins((int) Helper.convertDpToPixel(ident * 10, context), 0, 0, 0); | ||||
|         } else { | ||||
|             holder.decoration.setVisibility(View.GONE); | ||||
|             params.setMargins(0, 0, 0, 0); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user