Austin Huang
4 years ago
No known key found for this signature in database
GPG Key ID: 84C23AA04587A91F
1 changed files with
1 additions and
1 deletions
-
app/src/main/java/awais/instagrabber/adapters/viewholder/directmessages/RecipientThreadViewHolder.java
|
|
@ -37,7 +37,7 @@ public class RecipientThreadViewHolder extends RecyclerView.ViewHolder { |
|
|
|
final DirectThread thread, |
|
|
|
final boolean showSelection, |
|
|
|
final boolean isSelected) { |
|
|
|
if (thread == null) return; |
|
|
|
if (thread == null || thread.getUsers().size() == 0) return; |
|
|
|
binding.getRoot().setOnClickListener(v -> { |
|
|
|
if (onThreadClickListener == null) return; |
|
|
|
onThreadClickListener.onClick(position, RankedRecipient.of(thread), isSelected); |
|
|
|