Android: Global Shared Stories list keeps jumping

<give us some feedback!>
When I’m trying to read the Global Shared stories, almost every time I scroll down the page, the list jumps because more stories are being added above. Why? It doesn’t happen if I browse on the Web page.

app version: 9.0b1
android version: 8.0.0 (R16NW.T820XXU2BRG3)
device: samsung SM-T820 (msm8996)
sqlite version: 3.18.2
username: JimB
server: default
speed: 54 feeds in conn:1119 read:3 parse:14 store:52
pending actions: pre:0 post:0
premium: yes
prefetch: no
notifications: no
keepread: no
thumbs: no

Boring technical explanation: there are probably already some stories on your device that were shared, which show up immediately. But that meta-feed is returning ones that appear higher up in the list and as they trickle in they are sorted into the right spot. We need to figure out how to better handle that situation, but it is tricky because we don’t necessarily know how many new things are going to show up. (the website just forgets and re-fetches everything live, but on mobile that doesn’t work because we never know if you’re going to be online, etc)

Shorter answer: it is a known issue that we’re tracking here: https://github.com/samuelclay/NewsBlur/issues/1134