Skip to content
This repository has been archived by the owner on Dec 6, 2020. It is now read-only.

Commit

Permalink
fix not being able to click on user
Browse files Browse the repository at this point in the history
  • Loading branch information
Longi94 committed Sep 29, 2018
1 parent da311f3 commit a8a86d9
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,6 @@ public void onBindViewHolder(@NonNull final ViewHolder holder, int position) {
}
});

holder.name.setSelected(false);
holder.root.setOnClickListener(v -> {
holder.name.setSelected(false);
holder.name.setSelected(true);
});

holder.name.setText(mUser.getName());

RequestOptions options = new RequestOptions()
Expand Down

0 comments on commit a8a86d9

Please sign in to comment.