mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 09:49:30 +01:00
Fix avatars being clickable in multiselect.
This commit is contained in:
@@ -249,13 +249,8 @@ class ConversationListAdapter extends ListAdapter<Conversation, RecyclerView.Vie
|
||||
|
||||
void initializeBatchMode(boolean toggle) {
|
||||
this.batchMode = toggle;
|
||||
unselectAllThreads();
|
||||
}
|
||||
|
||||
private void unselectAllThreads() {
|
||||
batchSet.clear();
|
||||
|
||||
notifyItemRangeChanged(0, getItemCount(), Payload.SELECTION);
|
||||
notifyDataSetChanged();
|
||||
}
|
||||
|
||||
static final class ConversationViewHolder extends RecyclerView.ViewHolder {
|
||||
|
||||
Reference in New Issue
Block a user