mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-07 20:31:02 -05:00
Set readStartTime when switching chapters in a single reader session (#7702)
This commit is contained in:
parent
16abfeeff0
commit
7845f9430e
1 changed files with 1 additions and 0 deletions
|
@ -423,6 +423,7 @@ class ReaderPresenter(
|
|||
if (selectedChapter != currentChapters.currChapter) {
|
||||
logcat { "Setting ${selectedChapter.chapter.url} as active" }
|
||||
saveReadingProgress(currentChapters.currChapter)
|
||||
setReadStartTime()
|
||||
loadNewChapter(selectedChapter)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue