This commit is contained in:
kunfei
2022-02-11 20:39:17 +08:00
parent b0f82513fb
commit 5ca3758dcc

View File

@@ -92,8 +92,10 @@ class MediaButtonReceiver : BroadcastReceiver() {
} else {
appDb.bookDao.lastReadBook?.let {
ReadBook.resetData(it)
ReadBook.curTextChapter ?: ReadBook.loadContent(false)
ReadBook.readAloud()
ReadBook.clearTextChapter()
ReadBook.loadContent(false) {
ReadBook.readAloud()
}
}
}
}