mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 00:59:49 +01:00
Fix clickable area of avatars.
This commit is contained in:
@@ -202,7 +202,6 @@ final class GroupMemberListAdapter extends RecyclerView.Adapter<GroupMemberListA
|
||||
final LifecycleOwner lifecycleOwner;
|
||||
final Observer<Boolean> busyObserver;
|
||||
|
||||
Runnable startListeningToBusyChanges;
|
||||
Runnable stopListeningToBusyChanges;
|
||||
|
||||
ViewHolder(@NonNull View itemView,
|
||||
@@ -257,6 +256,7 @@ final class GroupMemberListAdapter extends RecyclerView.Adapter<GroupMemberListA
|
||||
|
||||
if (this.badge != null) {
|
||||
this.badge.setBadgeFromRecipient(recipient);
|
||||
this.badge.setClickable(false);
|
||||
}
|
||||
|
||||
if (this.about != null) {
|
||||
|
||||
Reference in New Issue
Block a user