-
Notifications
You must be signed in to change notification settings - Fork 1k
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
iOS Bug: Marking story as read/unread right after loading will mark different story #1898
Comments
I've experienced this before as well. Sometimes I'll tap a story and the wrong story will open. @Dejal can you audit this code and come up with ideas for why this might be happening. |
I wasn't able to reproduce #1876 (it has the |
I have same issue. It appears frequently, on iPad and iPhone. |
…ferent story) - Added exta logic to check that a swipe starts and ends on the same row and story, and abandon it if not, to avoid doing the wrong thing. - It appears that this was caused by reloading a row while loading images, so I also added logic to avoid reloading a row in the middle of a swipe.
* dejal: (21 commits) #1898 (Marking story as read/unread right after loading will mark different story) Bumped build number #1907 (Resizable middle column) Fixed #1906 (story list leaves a space after all stories read) Backfilling Youtube videos for premium archive subscribers. Handling no content when finding feeds. Don't guess RSS feed urls on openrss/feedburner domains. Adding dashboard_rivers to /reader/feeds?flat=true for #1899 Deprecating old blog. Adding macOS app to Goodies. Adding hblog as possible server in nginx. Adding docker rule for hblog:80 New macOS blog post. Finishing macOS blog post. Need to upgrade minima theme. New screenshots of the macOS app #1903 (Saved searches don't work) #1902 (Adjust position of unread indicator on story title select) #1247 (Mac Catalyst edition) Prep #1247 (Mac Catalyst edition) ...
* master: (36 commits) Static deploys should force gunicorn reload. New X/Twitter icons. New Android screenshots. New screenshots for homepage, updating all twitter links to x.com. Still need Android screenshot from S22. Android 13.3.2 230 #1886 Support for themed icons #1898 (Marking story as read/unread right after loading will mark different story) Bumped build number #1907 (Resizable middle column) Fixed #1906 (story list leaves a space after all stories read) #1903 (Saved searches don't work) #1902 (Adjust position of unread indicator on story title select) #1247 (Mac Catalyst edition) Prep Add nullability annotations to ReadingAction #1247 (Mac Catalyst edition) Fixed offline images not appearing Android 13.3.1 229 #1891 Handle Android 9 and below for OPML file export Add nullability annotation to help with Kotlin conversion ...
This is a bug that happens to me daily and I can easily replicate it. If I open the app, click a feed and too quickly mark a story as read/unread, it will mark a different story. I've not been able to replicate the same bug on Android. Potentially related to #1876
ScreenRecording_10-13-2024.15-12-55_1.mp4
The text was updated successfully, but these errors were encountered: