-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
Android: Add error description to Image onError callback #22737
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code analysis results:
eslint
found some issues.
404 support in fresco mentioned here seems to have landed (see "image-3" in ImageErrorTestCase) |
fd96b4f
to
75033d4
Compare
75033d4
to
83d2625
Compare
@analysis-bot changes done |
**Test Plan**: Verified on CircleCI via integration tests. **Changelog:** [ANDROID][BUGFIX][Image] - Add error description to onError callback fixes facebook#19073
83d2625
to
9d6e5ec
Compare
cc @hramos |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@hramos is landing this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
) Summary: fixes facebook#19073 Changelog: ---------- [Android] [Fixed] - Add error description to Image onError callback Pull Request resolved: facebook#22737 Differential Revision: D13676224 Pulled By: hramos fbshipit-source-id: 0dea7e97ae6517b8980ad02827f19d22cd3ef933
) Summary: fixes facebook#19073 Changelog: ---------- [Android] [Fixed] - Add error description to Image onError callback Pull Request resolved: facebook#22737 Differential Revision: D13676224 Pulled By: hramos fbshipit-source-id: 0dea7e97ae6517b8980ad02827f19d22cd3ef933
fixes #19073
Changelog:
[Android] [Fixed] - Add error description to Image onError callback
Test Plan:
Verified on CircleCI via integration tests.