Skip to content

Commit

Permalink
fix bug #1 of for Actions github
Browse files Browse the repository at this point in the history
  • Loading branch information
lsao2000 committed Jan 18, 2024
1 parent eaaeaa6 commit 949fb8e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public int getItemCount() {
public static class MyViewHolder extends RecyclerView.ViewHolder {
private TextView title, author, source, details, date;
private ImageView img;
private ImageView favourite, share;
private View favourite, share;
public MyViewHolder(@NonNull View itemView) {
super(itemView);
title = itemView.findViewById(R.id.title);
Expand Down

0 comments on commit 949fb8e

Please sign in to comment.