mirror of
https://github.com/oxen-io/session-android.git
synced 2025-06-08 22:18:34 +00:00
parent
d5ba82338d
commit
566285ec0e
@ -210,8 +210,10 @@ final class GroupMemberListAdapter extends LifecycleRecyclerAdapter<GroupMemberL
|
|||||||
if (recipientClickListener != null) {
|
if (recipientClickListener != null) {
|
||||||
recipientClickListener.onClick(recipient);
|
recipientClickListener.onClick(recipient);
|
||||||
}
|
}
|
||||||
|
if (selected != null) {
|
||||||
selectionChangeListener.onSelectionChange(getAdapterPosition(), !selected.isChecked());
|
selectionChangeListener.onSelectionChange(getAdapterPosition(), !selected.isChecked());
|
||||||
}
|
}
|
||||||
|
}
|
||||||
});
|
});
|
||||||
this.itemView.setOnLongClickListener(v -> {
|
this.itemView.setOnLongClickListener(v -> {
|
||||||
if (recipientLongClickListener != null && getAdapterPosition() != RecyclerView.NO_POSITION) {
|
if (recipientLongClickListener != null && getAdapterPosition() != RecyclerView.NO_POSITION) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user