优化
This commit is contained in:
@@ -476,7 +476,7 @@ object ChapterProvider {
|
|||||||
}
|
}
|
||||||
val residualWidth = visibleWidth - desiredWidth
|
val residualWidth = visibleWidth - desiredWidth
|
||||||
val spaceSize = words.filter { it == " " }.size
|
val spaceSize = words.filter { it == " " }.size
|
||||||
if (spaceSize > 0) {
|
if (spaceSize > 1) {
|
||||||
val d = residualWidth / spaceSize
|
val d = residualWidth / spaceSize
|
||||||
var x = startX
|
var x = startX
|
||||||
words.forEachIndexed { index, char ->
|
words.forEachIndexed { index, char ->
|
||||||
|
|||||||
Reference in New Issue
Block a user