Skip to content

Commit

Permalink
bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
horaciocome1 committed Dec 10, 2018
1 parent 5593ea3 commit 24fb645
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public int getItemCount() {
return list.size();
}

class ViewHolder extends RecyclerView.ViewHolder {
public class ViewHolder extends RecyclerView.ViewHolder {

private View view;

Expand Down

0 comments on commit 24fb645

Please sign in to comment.