Comment 2 for bug 1384393

Revision history for this message
MichaƂ Sawicz (saviq) wrote :

> Probably not a bug in unity8, as we simply display what we receive from
> the backend. From a quick chat, when we receive data we display it, so
> if you see a blank dash is because the backend didn't set the data yet.
>
> I think the data should behave as a list, where as soon as results are
> populating they are being appended in batches... for example for 1000
> photos, send the first dozen then another dozen etc etc... until you
> reach 1000. That way we don't have to wait until 1000 photos are being
> processed in order to be sent to unity8.

Which is exactly what happens. It's not about the *items* not being shown in the UI, just about the images themselves not showing up. The dash has all the data it needs by that time.