This commit is contained in:
kunfei
2023-01-29 20:56:02 +08:00
parent 6cb5b8d40b
commit 4d68917796
@@ -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,