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
In a common scenario where GalleryViewController is presented with a video item having a preview image but without the actual video data, which will be fetched while the gallery is visible, I would expect that a call to reload(atIndex:) would try to load the videoURL. Instead it reloads only the preview image.
I can't see a clean solution/workaround to that.
The text was updated successfully, but these errors were encountered:
In a common scenario where GalleryViewController is presented with a video item having a preview image but without the actual video data, which will be fetched while the gallery is visible, I would expect that a call to reload(atIndex:) would try to load the videoURL. Instead it reloads only the preview image.
I can't see a clean solution/workaround to that.
The text was updated successfully, but these errors were encountered: