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

pull/1929/head
Xwite 2 years ago
parent 0bc7341a18
commit a1991f21a2
  1. 2
      app/src/main/java/io/legado/app/ui/book/searchContent/SearchContentViewModel.kt

@ -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("")

Loading…
Cancel
Save