@ -199,12 +199,16 @@ class ReadBookViewModel(application: Application) : BaseViewModel(application) {
fun saveRead() {
execute {
bookData.value?.let { book ->
book.durChapterTime = System.currentTimeMillis()
book.durChapterIndex = durChapterIndex
book.durChapterPos = durPageIndex
curTextChapter?.let {
book.durChapterTitle = it.title
App.db.bookDao().update(book)
}
fun removeFromBookshelf(success: (() -> Unit)?) {