Skip to content

Commit

Permalink
fix(hashtag-fragment): fix crash when opening some hashtags (#842)
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasGGamerM committed Oct 6, 2023
1 parent 697f801 commit ee2b4b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public void onAttach(Activity activity){

@Override
protected TimelineDefinition makeTimelineDefinition() {
return TimelineDefinition.ofHashtag(hashtag);
return TimelineDefinition.ofHashtag(hashtagName);
}

@Override
Expand Down

0 comments on commit ee2b4b6

Please sign in to comment.