pull/32/head
kunfei 5 years ago
parent e274d2c3e4
commit 820c3b18cd
  1. 2
      app/src/main/java/io/legado/app/ui/readbook/ReadBookActivity.kt

@ -302,7 +302,7 @@ class ReadBookActivity : VMBaseActivity<ReadBookViewModel>(R.layout.activity_rea
book.name, book.name,
textChapter.title, textChapter.title,
textChapter.getReadLength(viewModel.durPageIndex), textChapter.getReadLength(viewModel.durPageIndex),
textChapter.getUnRead(viewModel.durPageIndex) System.currentTimeMillis().toString()
) )
} }
} }

Loading…
Cancel
Save