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 " +