Skip to content

Commit

Permalink
fix(notification): allow clicking on status item to open profile
Browse files Browse the repository at this point in the history
  • Loading branch information
FineFindus committed Nov 11, 2023
1 parent d272957 commit 0dcb936
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,7 @@ public Holder(Activity activity, ViewGroup parent){
}
}));

icon.setOnClickListener(this::onItemClick);
avatar.setOnClickListener(this::onItemClick);
itemView.setOnClickListener(this::onItemClick);
}

@Override
Expand Down

0 comments on commit 0dcb936

Please sign in to comment.