We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5464f2c commit c04c6f6Copy full SHA for c04c6f6
1 file changed
app/src/main/java/uk/openvk/android/refresh/ui/list/adapters/FriendRequestsAdapter.java
@@ -78,7 +78,7 @@ void bind(final int position) {
78
.dontAnimate().centerCrop()
79
.into((ImageView) convertView.findViewById(R.id.friend_avatar));
80
81
- convertView.findViewById(R.id.group_avatar).setFocusable(false);
+ convertView.findViewById(R.id.friend_avatar).setFocusable(false);
82
friend_title.setFocusable(false);
83
convertView.findViewById(R.id.friend_avatar).setFocusable(false);
84
View.OnClickListener openProfileListener = new View.OnClickListener() {
0 commit comments