fix broken hashtag links
closes sk22#848
This commit is contained in:
@@ -45,7 +45,7 @@ public class LinkSpan extends CharacterStyle {
|
||||
if(linkObject instanceof Hashtag ht)
|
||||
UiUtils.openHashtagTimeline(context, accountID, ht);
|
||||
else
|
||||
UiUtils.openHashtagTimeline(context, accountID, text);
|
||||
UiUtils.openHashtagTimeline(context, accountID, link);
|
||||
}
|
||||
case CUSTOM -> listener.onLinkClick(this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user