We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
I expect the Reader feed to not end
It sometimes ends, and when it ends, I can't resume it. Going back and forth doesn't fix it, it doesn't restart when I scroll up
Scroll until it ends
iPhone 15 Pro
The text was updated successfully, but these errors were encountered:
Thanks for reporting! 👍
Sorry, something went wrong.
Hey, thanks for the report!
RCA – likely one of these criteria:
private func syncMoreContentIfNeeded(for tableView: UITableView, indexPathForVisibleRow indexPath: IndexPath) { let criticalRow = tableView.numberOfRows(inSection: indexPath.section) - loadMoreThreashold guard let syncHelper = syncHelper, (indexPath.section == tableView.numberOfSections - 1) && (indexPath.row >= criticalRow) else { return } let shouldLoadMoreItems = syncHelper.hasMoreContent && !syncHelper.isSyncing && !cleanupAndRefreshAfterScrolling && !siteBlockingController.isBlockingPosts && !readerPostService.isSilentlyFetchingPosts if shouldLoadMoreItems { syncHelper.syncMoreContent() } }
I don't know why it has to be this complicated.
No branches or pull requests
Expected behavior
I expect the Reader feed to not end
Actual behavior
It sometimes ends, and when it ends, I can't resume it. Going back and forth doesn't fix it, it doesn't restart when I scroll up
ScreenRecording_11-13-2024.15-41-45_1.mov
Steps to reproduce the behavior
Scroll until it ends
Tested on [device], iOS [version], Jetpack iOS / WordPress iOS [version]
iPhone 15 Pro
The text was updated successfully, but these errors were encountered: