master
kunfei 2 years ago
parent 6cb5b8d40b
commit 4d68917796
  1. 2
      app/src/main/java/io/legado/app/help/book/ContentProcessor.kt

@ -92,7 +92,7 @@ class ContentProcessor private constructor(
if (matcher.find()) { if (matcher.find()) {
mContent = mContent.substring(matcher.end()) mContent = mContent.substring(matcher.end())
sameTitleRemoved = true sameTitleRemoved = true
} else { } else if (useReplace) {
title = Pattern.quote( title = Pattern.quote(
chapter.getDisplayTitle( chapter.getDisplayTitle(
contentReplaceRules, contentReplaceRules,

Loading…
Cancel
Save