Set readStartTime when switching chapters in a single reader session (#7702)

This commit is contained in:
nzoba 2022-08-08 15:22:37 +02:00 committed by GitHub
parent 16abfeeff0
commit 7845f9430e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -423,6 +423,7 @@ class ReaderPresenter(
if (selectedChapter != currentChapters.currChapter) {
logcat { "Setting ${selectedChapter.chapter.url} as active" }
saveReadingProgress(currentChapters.currChapter)
setReadStartTime()
loadNewChapter(selectedChapter)
}
}