We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f4baba commit da14ecbCopy full SHA for da14ecb
1 file changed
app/src/main/java/org/schabi/newpipe/ui/components/menu/LongPressMenu.kt
@@ -455,13 +455,7 @@ fun getSubtitleAnnotatedString(
455
) = buildAnnotatedString {
456
var shouldAddSeparator = false
457
if (showLink) {
458
- withStyle(
459
- SpanStyle(
460
- fontWeight = FontWeight.Bold,
461
- color = linkColor,
462
- textDecoration = TextDecoration.Underline
463
- )
464
- ) {
+ withStyle(SpanStyle(color = linkColor)) {
465
if (item.uploader.isNullOrBlank()) {
466
append(ctx.getString(R.string.show_channel_details))
467
} else {
0 commit comments