优化阅读记录

pull/348/head
gedoor 4 years ago
parent b992edd5fb
commit aac445c4d6
  1. 1
      app/src/main/java/io/legado/app/service/BaseReadAloudService.kt

@ -336,6 +336,7 @@ abstract class BaseReadAloudService : BaseService(),
abstract fun aloudServicePendingIntent(actionStr: String): PendingIntent? abstract fun aloudServicePendingIntent(actionStr: String): PendingIntent?
open fun nextChapter() { open fun nextChapter() {
ReadBook.upReadStartTime()
if (!ReadBook.moveToNextChapter(true)) { if (!ReadBook.moveToNextChapter(true)) {
stopSelf() stopSelf()
} }

Loading…
Cancel
Save