cscarney / syndic

Convergent feed reader for Plasma and Android
12 stars 2 forks source link

Paging in highlights page is broken #218

Open cscarney opened 8 months ago

cscarney commented 8 months ago

Open the highlights page in 2- or 3-column mode, open an article, and use the arrow keys or article view swipes to navigate past the last visible article in the article view list. The list should scroll so that the newly selected article is positioned at the top of the view. Instead it does this only briefly and then immediately scrolls back up, resulting in the selected article being off the bottom of the page.

The current code path for this is shared with the feed page, which works correctly, so some difference between the list layout and the card layout is triggering this problem.