fix(book/searchContent): search nothing if chineseConvert enabled

This commit is contained in:
Xwite
2022-05-31 11:08:48 +08:00
parent 0bc7341a18
commit a1991f21a2
@@ -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("")