We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
项目中遇到了在解码GIF时unclampedDelayTime为0的情况,导致无法获取到duration。发现这里的判断有问题,unclampedDelayTime为0时,需要判断value的值而不是value对象。
YYImage/YYImage/YYImageCoder.m
Line 2016 in 42ba209
The text was updated successfully, but these errors were encountered:
No branches or pull requests
项目中遇到了在解码GIF时unclampedDelayTime为0的情况,导致无法获取到duration。发现这里的判断有问题,unclampedDelayTime为0时,需要判断value的值而不是value对象。
YYImage/YYImage/YYImageCoder.m
Line 2016 in 42ba209
The text was updated successfully, but these errors were encountered: