Make channel link less attractive
This commit is contained in:
parent
35401e7ab4
commit
44dc35a108
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user