-
Notifications
You must be signed in to change notification settings - Fork 371
Open
Labels
Automation: triageTriaged automatically by our bot.Triaged automatically by our bot.Status: Need more infoawait triage
Description
Platforms
iOS
Description
There is any other way to skip downloads from icloud because when my internet connection turn on that time its too lazy fetching the assets from paths because my images is not store locally.
And turn off the internet connection its work too fast.
I'm used
await asset.isLocallyAvailable(); /// to skip the icloud assets
but its taking more time consuming, there is any another way.
My code
bool isLocallyAva = await asset.isLocallyAvailable();
if(isLocallyAva){
if(!existingAssetList.contains(asset.id)) {
assetsEntity.add(asset);
}
}
Try do it
No response
Metadata
Metadata
Assignees
Labels
Automation: triageTriaged automatically by our bot.Triaged automatically by our bot.Status: Need more infoawait triage