优化
This commit is contained in:
@@ -215,11 +215,11 @@ data class TextLine(
|
||||
if (exceed || !onlyTextColumn || textPage.isMsgPage) {
|
||||
return false
|
||||
}
|
||||
if (!atLeastApi26 && wordSpacing != 0f) {
|
||||
return false
|
||||
} else if (!wordSpacingWorking) {
|
||||
if (wordSpacing != 0f) {
|
||||
if (!atLeastApi26 || !wordSpacingWorking) {
|
||||
return false
|
||||
}
|
||||
}
|
||||
return searchResultColumnCount == 0
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user