Skip to content

Commit da14ecb

Browse files
committed
Make channel link less attractive
1 parent 2f4baba commit da14ecb

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

app/src/main/java/org/schabi/newpipe/ui/components/menu/LongPressMenu.kt

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -455,13 +455,7 @@ fun getSubtitleAnnotatedString(
455455
) = buildAnnotatedString {
456456
var shouldAddSeparator = false
457457
if (showLink) {
458-
withStyle(
459-
SpanStyle(
460-
fontWeight = FontWeight.Bold,
461-
color = linkColor,
462-
textDecoration = TextDecoration.Underline
463-
)
464-
) {
458+
withStyle(SpanStyle(color = linkColor)) {
465459
if (item.uploader.isNullOrBlank()) {
466460
append(ctx.getString(R.string.show_channel_details))
467461
} else {

0 commit comments

Comments
 (0)