image_gallery_saver icon indicating copy to clipboard operation
image_gallery_saver copied to clipboard

In case of restricted access to the assets provide a proper result

Open dickverweij opened this issue 10 months ago • 0 comments

image

If the "Allow photo access" option under app settings is set to "Add photos only" the call to PHAsset.fetchAssets will result in an assetResult with count = 0. This results in a never ending await on the flutter side because saveResult is never called.

dickverweij avatar Apr 02 '24 13:04 dickverweij