Skip to content

Commit

Permalink
Removed useless fiedl
Browse files Browse the repository at this point in the history
  • Loading branch information
litetex committed Aug 6, 2021
1 parent 9f8b226 commit f9ab23b
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ public class CommentsMiniInfoItemHolder extends InfoItemHolder {
public final CircleImageView itemThumbnailView;
private final TextView itemContentView;
private final TextView itemLikesCountView;
private final TextView itemDislikesCountView;
private final TextView itemPublishedTime;

private String commentText;
Expand Down Expand Up @@ -81,7 +80,6 @@ public String transformUrl(final Matcher match, final String url) {
itemRoot = itemView.findViewById(R.id.itemRoot);
itemThumbnailView = itemView.findViewById(R.id.itemThumbnailView);
itemLikesCountView = itemView.findViewById(R.id.detail_thumbs_up_count_view);
itemDislikesCountView = itemView.findViewById(R.id.detail_thumbs_down_count_view);
itemPublishedTime = itemView.findViewById(R.id.itemPublishedTime);
itemContentView = itemView.findViewById(R.id.itemCommentContentView);

Expand Down

0 comments on commit f9ab23b

Please sign in to comment.