Skip to content

Commit 24fb645

Browse files
committed
bug fixes
1 parent 5593ea3 commit 24fb645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simplerecyclerviewadapter/src/main/java/io/github/horaciocome1/simplerecyclerviewadapter/SimpleRecyclerViewAdapter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public int getItemCount() {
4646
return list.size();
4747
}
4848

49-
class ViewHolder extends RecyclerView.ViewHolder {
49+
public class ViewHolder extends RecyclerView.ViewHolder {
5050

5151
private View view;
5252

0 commit comments

Comments
 (0)