I didn’t code for a long time (Android java). So to implement comment section for my app I just copied customized RecyclerView with Adapters & ViewHolder from my old project. But it does not work anymore. Butterknife does not want to bind views from layout for the second element in the list. My RecyclerView just creates new empty block without any text as you can see on the picture.
What could be the problem?
Code: Gist
Source: Android Questions
