Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not use stale data for the reader #358

Merged
merged 1 commit into from
Jun 8, 2023
Merged

Do not use stale data for the reader #358

merged 1 commit into from
Jun 8, 2023

Conversation

schroda
Copy link
Collaborator

@schroda schroda commented Jun 8, 2023

This caused the chapter to be loaded with stale data (the old lastPageRead state) and then jumping to the actual lastPageRead after the latest data was received.

It's not possible to mutate the chapter when updating lastPageRead since this causes the reader to always jump back to the just set lastPageRead when scrolling

This caused the chapter to be loaded with stale data (the old lastPageRead state) and then jumping to the actual lastPageRead after the latest data was received.

It's not possible to mutate the chapter when updating lastPageRead since this causes the reader to always jump back to the just set lastPageRead when scrolling
@schroda schroda merged commit 7f83bb9 into Suwayomi:master Jun 8, 2023
@schroda schroda deleted the fix/reader_opening_with_outdated_last_page_read branch June 8, 2023 11:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant