fix(book/searchContent): search nothing if chineseConvert enabled
This commit is contained in:
@@ -50,7 +50,7 @@ class SearchContentViewModel(application: Application) : BaseViewModel(applicati
|
||||
}
|
||||
mContent = contentProcessor!!.getContent(
|
||||
book, chapter, chapterContent,
|
||||
chineseConvert = false,
|
||||
chineseConvert = true,
|
||||
reSegment = false,
|
||||
useReplace = false
|
||||
).joinToString("")
|
||||
|
||||
Reference in New Issue
Block a user