You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes360Conferences#26:
When loading the speaker list, avatar images would pop in late, or have
a "ghost" from the previous bind. The viewholder was requesting
a `downloadUrl` for each avatar on bind. This switches to using
coroutines to map the avatar download url into the `Speaker` model
itself. Doing this lets the recycler have all the data it needs to bind
its viewholders.
No description provided.
The text was updated successfully, but these errors were encountered: