Skip to content

Commit

Permalink
Merge pull request #396 from FineFindus/fix/hashtag-timeline
Browse files Browse the repository at this point in the history
fix: fallback to hashtag name
  • Loading branch information
LucasGGamerM authored May 8, 2024
2 parents d87d656 + f980bba commit b34a855
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ protected void makeTimelineEditor(@Nullable TimelineDefinition item, Consumer<Ti
tl.setTitle(name);
if(item == null || item.getType()==TimelineDefinition.TimelineType.HASHTAG){
tl.setTagOptions(
mainHashtag,
TextUtils.isEmpty(mainHashtag) ? name : mainHashtag,
tagsAny.getChipValues(),
tagsAll.getChipValues(),
tagsNone.getChipValues(),
Expand Down

0 comments on commit b34a855

Please sign in to comment.