This commit is contained in:
kunfei
2023-01-29 20:56:02 +08:00
parent 0a517c77fa
commit c4e409c92d
@@ -92,7 +92,7 @@ class ContentProcessor private constructor(
if (matcher.find()) {
mContent = mContent.substring(matcher.end())
sameTitleRemoved = true
} else {
} else if (useReplace) {
title = Pattern.quote(
chapter.getDisplayTitle(
contentReplaceRules,