cscarney / syndic

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

Selected article changes when new articles are added above the current selection #150

Closed cscarney closed 1 year ago

cscarney commented 1 year ago

This bug was introduced with the article page refactor. We are using bindings to keep the indexes of the list and detail views in sync; whichever view gets updated first propagates it's updated index to the other one before that other view is updated.

We should only sync the views when the selected item changes and not every time the selection index changes.