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

pull/7709/head
nzoba 2 years ago committed by GitHub
parent 16abfeeff0
commit 7845f9430e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save