-
Notifications
You must be signed in to change notification settings - Fork 205
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed last read not updating and bookmark button in reader mode. (#1368)
* Fixed "Continue Reading" button The lastRead chapter object that the "Continue Reading" button uses for everything is now updated on entering and leaving the chapter, instead of never updating when information changes. * Fixed bookmark button not saving state Done by passing the bookmark state down from the parent. * Fixed bug caused by my own code More thorough testing revealed that lastRead did not update properly on chapter switch * Fixed issue that rendered previous fix ineffective The original fix caused a new bug when changing chapters, and fixing that caused some of the old bugs to return. It should now be completely fixed. --------- Co-authored-by: orionduffy <[email protected]>
- Loading branch information
1 parent
c2c8935
commit 430a067
Showing
3 changed files
with
29 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters