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:
@@ -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()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user