[修复] 修复次行缩放功能
This commit is contained in:
@@ -47,11 +47,15 @@ data class TextColumn(
|
||||
} else {
|
||||
ChapterProvider.contentPaint
|
||||
}
|
||||
val textColor = if (textLine.isReadAloud || isSearchResult) {
|
||||
val textColor = if (!textLine.useUnderline && (textLine.isReadAloud || isSearchResult)) {
|
||||
ReadBookConfig.textAccentColor
|
||||
} else {
|
||||
ReadBookConfig.textColor
|
||||
}
|
||||