pull/32/head
kunfei 5 years ago
parent 81d45481e6
commit 463523e37b
  1. 1
      app/src/main/java/io/legado/app/ui/widget/page/ChapterProvider.kt

@ -13,7 +13,6 @@ object ChapterProvider {
val readAloudSpan = ForegroundColorSpan(App.INSTANCE.accentColor) val readAloudSpan = ForegroundColorSpan(App.INSTANCE.accentColor)
private val titleSpan = RelativeSizeSpan(1.3f) private val titleSpan = RelativeSizeSpan(1.3f)
@Synchronized
fun getTextChapter(textView: ContentTextView, bookChapter: BookChapter, content: String): TextChapter { fun getTextChapter(textView: ContentTextView, bookChapter: BookChapter, content: String): TextChapter {
val textPages = arrayListOf<TextPage>() val textPages = arrayListOf<TextPage>()
val pageLengths = arrayListOf<Int>() val pageLengths = arrayListOf<Int>()

Loading…
Cancel
Save