feat: 优化代码

pull/115/head
kunfei 5 years ago
parent 67f679194f
commit a9dee51b45
  1. 2
      app/src/main/java/io/legado/app/help/BookHelp.kt

@ -268,7 +268,7 @@ object BookHelp {
} }
} }
} }
if (!c.startsWith(title)) { if (!c.substringBefore("\n").contains(title)) {
c = "$title\n$c" c = "$title\n$c"
} }
when (AppConfig.chineseConverterType) { when (AppConfig.chineseConverterType) {

Loading…
Cancel
Save