Skip to content

Fix chapter progress issue#28

Merged
LandWarderer2772 merged 7 commits intoAppFuton:develfrom
ashtrindade:devel
Feb 24, 2026
Merged

Fix chapter progress issue#28
LandWarderer2772 merged 7 commits intoAppFuton:develfrom
ashtrindade:devel

Conversation

@ashtrindade
Copy link

Fixes #22

Problem:
Whenever I finish a chapter, exit the app, then return later it always takes me back to the previous chapter. Before I exit the app I'm certain it says "ch 4 out of 6" (for example) but when I hit the continue button I end up back at the previous chapter.

Root cause:
The chapter_id field isn't beeing updated properly when you leave the manga, so when you reopen the app it loads the last one that were stored. In addition, the cache could also make the app load the wrong chapter.

Changes:

  • dc25ceb - fix: removed unnecessary @CheckResult annotation
  • b34b22a - fix: added method to update db and cache when close the reader to prevent rollbacks to last chapter

@LandWarderer2772 LandWarderer2772 merged commit 25f39d5 into AppFuton:devel Feb 24, 2026
1 check failed
@github-project-automation github-project-automation bot moved this from Backlog to Done in Futon project Feb 24, 2026
@aviallon
Copy link

Ah, that was the issue I kept having!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Chapter progress issue

3 participants