Make channel link less attractive

This commit is contained in:
Stypox 2025-12-30 19:01:11 +01:00
parent 35401e7ab4
commit 44dc35a108
No known key found for this signature in database
GPG Key ID: 4BDF1B40A49FDD23

View File

@ -455,13 +455,7 @@ fun getSubtitleAnnotatedString(
) = buildAnnotatedString {
var shouldAddSeparator = false
if (showLink) {
withStyle(
SpanStyle(
fontWeight = FontWeight.Bold,
color = linkColor,
textDecoration = TextDecoration.Underline
)
) {
withStyle(SpanStyle(color = linkColor)) {
if (item.uploader.isNullOrBlank()) {
append(ctx.getString(R.string.show_channel_details))
} else {