Make default tracking status depend if the user has read chapter or not (#5567)

- When user reads a chapter change tracking status to reading
This commit is contained in:
Andreas
2021-07-17 17:26:29 +02:00
committed by GitHub
parent ef84ed4982
commit c0647c3110
9 changed files with 120 additions and 23 deletions
@@ -713,7 +713,7 @@ class ReaderPresenter(
// for a while. The view can still be garbage collected.
async {
runCatching {
service.update(track)
service.update(track, true)
db.insertTrack(track).executeAsBlocking()
}
}