Skip to content

Commit

Permalink
Merge pull request #299 from FineFindus/fix/notification-header
Browse files Browse the repository at this point in the history
fix(notification): allow clicking on status item to open profile
  • Loading branch information
LucasGGamerM authored Nov 14, 2023
2 parents d272957 + 0dcb936 commit e80348a
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 e80348a

Please sign in to comment.