This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
txlyre
/
tachiyomi
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Explorar o código
Set `softWrap` to true again for `Pill` text (
#8391
)
AntsyLich
%!s(int64=2) %!d(string=hai) anos
pai
1a25cea0d6
achega
8b0affe9bd
Modificáronse 1 ficheiros
con
0 adicións
e
1 borrados
Dividir vista
Mostrar estatísticas de Diff
0
1
app/src/main/java/eu/kanade/presentation/components/Pill.kt
+ 0
- 1
app/src/main/java/eu/kanade/presentation/components/Pill.kt
Ver ficheiro
@@ -42,7 +42,6 @@ fun Pill(
text = text,
fontSize = fontSize,
maxLines = 1,
- softWrap = false,
)
}
}