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
{{ message }}
This repository was archived by the owner on Jul 19, 2022. It is now read-only.
In addPendingUploads() method, you have added id as it which is the url of image like file://image/path
How does passing url of image path which is equal to it in id works inside AlbumImage?
I see both link and id has it and I am confused on how the code is working here.
In addPendingUploads() method, you have added id as
itwhich is the url of image like file://image/pathHow does passing url of image path which is equal to
itinidworks inside AlbumImage?I see both link and id has
itand I am confused on how the code is working here.Could you please explain the above query?
` fun addPendingUploads(albumId: String, urls: List, onAdded: (() -> Unit)?) {
`