-
Notifications
You must be signed in to change notification settings - Fork 474
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CompleteBlock executes twice #54
Comments
If a want something like this:
And the second complete block of fetchImage method executes twice... |
In conclusion... the call (if is only one) or the last call (if are more than one) of any method fetchImage executes twice... |
Fixed. |
This issue is happening again on latest release (3.5.7) |
yup still happening |
@i0sa Could you try the |
@zhangao0086 yes i did, same thing happening, fetching image with specific sizes excutes twice, once with image with size of (120,80) and once again with original image size supposedly "fetchImage(with: CGSize()" is supposed to return image with my selected size ? in fact it returns original size, |
Another issue is this method... the code inside block executes twice for each asset...
The text was updated successfully, but these errors were encountered: