Skip to content

Commit

Permalink
fix(hashtag-fragment): fix crash when opening some hashtags
Browse files Browse the repository at this point in the history
cc: @sk22
  • Loading branch information
LucasGGamerM committed Oct 2, 2023
1 parent f13b6bd commit 2e18458
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ public void onError(ErrorResponse error){

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

@Override
Expand Down

0 comments on commit 2e18458

Please sign in to comment.