[修复] 书签内容尾端出现非自改颜文字及文字 #584
This commit is contained in:
@@ -1754,7 +1754,7 @@ class ReadBookActivity : BaseReadBookActivity(),
|
|||||||
chapterIndex = ReadBook.durChapterIndex
|
chapterIndex = ReadBook.durChapterIndex
|
||||||
chapterPos = ReadBook.durChapterPos
|
chapterPos = ReadBook.durChapterPos
|
||||||
chapterName = page.title
|
chapterName = page.title
|
||||||
bookText = page.text.trim()
|
bookText = page.text.replace(Regex("[袮꧁]"), "").trim()
|
||||||
}
|
}
|
||||||
showDialogFragment(BookmarkDialog(bookmark))
|
showDialogFragment(BookmarkDialog(bookmark))
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user