This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
txlyre
/
tachiyomi
ウォッチ
1
スター
0
フォーク
0
ファイル
課題
0
プルリクエスト
0
Wiki
ソースを参照
Set `softWrap` to true again for `Pill` text (
#8391
)
AntsyLich
2 年 前
親
1a25cea0d6
コミット
8b0affe9bd
1 ファイル変更
、
0 行追加
、
1 行削除
分割表示
差分情報を表示
0
1
app/src/main/java/eu/kanade/presentation/components/Pill.kt
+ 0
- 1
app/src/main/java/eu/kanade/presentation/components/Pill.kt
ファイルの表示
@@ -42,7 +42,6 @@ fun Pill(
text = text,
fontSize = fontSize,
maxLines = 1,
- softWrap = false,
)
}
}