Skip to content

Commit

Permalink
Add title for chat
Browse files Browse the repository at this point in the history
  • Loading branch information
tien-awair committed May 5, 2022
1 parent 6bb598e commit 275864a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ protected void onSearchResultReceived(List<BaseMessage> searchResults) {
*/
protected void onItemClicked(View view, int position, BaseMessage message) {
Logger.d(">> MessageSearchFragment::onItemClicked(position=%s)", position);
Intent intent = new ChannelActivity.IntentBuilder(getContext(), channel.getUrl())
Intent intent = new ChannelActivity.IntentBuilder(getContext(), channel.getUrl(), null)
.setStartingPoint(message.getCreatedAt())
.setHighlightMessageInfo(HighlightMessageInfo.fromMessage(message))
.build();
Expand Down

0 comments on commit 275864a

Please sign in to comment.