This commit fixes the case in which, when scrolling stops momentarily, the viewport is completely filled with an entry content, with no entry links visible. In this case the app should mark as read the currently visible entry, and all entries above it.
Commit 24b6714cfb210c6cf8303dbdd630cee2f010a1de fixed a bug in which the wrong entries (below the currently visible one) would be erroneously marked as read in this situation, but that commit missed the functionality of marking as read the visible entry and all entries above it when this happens. This commit adds that functionality.
↧