From 11c2ac9105044a45ea97b30e7505888f3372d085 Mon Sep 17 00:00:00 2001 From: Horis <821938089@qq.com> Date: Wed, 6 Mar 2024 20:29:30 +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 4067fbe9d..8b3641ba8 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 @@ -665,7 +665,7 @@ class TextChapterLayout( "words:${words.joinToString("")}" } LogUtils.d("TextChapterLayout") { - "textWidths:$textWidths" + "textWidths(${textWidths.fastSum()}):$textWidths" } LogUtils.d("TextChapterLayout") { "textSize:$textSize desiredWidth:$desiredWidth residualWidth:$residualWidth " +