From 128c729bf63955c76d4a6321fa77e5c7a5ee0053 Mon Sep 17 00:00:00 2001 From: Horis <821938089@qq.com> Date: Wed, 6 Mar 2024 20:23:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../legado/app/ui/book/read/page/provider/TextChapterLayout.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/java/io/legado/app/ui/book/read/page/provider/TextChapterLayout.kt b/app/src/main/java/io/legado/app/ui/book/read/page/provider/TextChapterLayout.kt index 20a7cc2bf..4067fbe9d 100644 --- a/app/src/main/java/io/legado/app/ui/book/read/page/provider/TextChapterLayout.kt +++ b/app/src/main/java/io/legado/app/ui/book/read/page/provider/TextChapterLayout.kt @@ -662,7 +662,7 @@ class TextChapterLayout( val textSize = textPaint.textSize textLine.extraLetterSpacing = d / textSize LogUtils.d("TextChapterLayout") { - "words:$words" + "words:${words.joinToString("")}" } LogUtils.d("TextChapterLayout") { "textWidths:$textWidths"