Skip to content

Commit

Permalink
fix: make app not crash when opening a hashtag
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasGGamerM committed Sep 30, 2023
1 parent 5220a98 commit 12cbb75
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ public void onBind(Hashtag item){

@Override
public void onClick(){
UiUtils.openHashtagTimeline(getActivity(), accountID, item.name);
UiUtils.openHashtagTimeline(getActivity(), accountID, item);
}
}
}

0 comments on commit 12cbb75

Please sign in to comment.