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
https://cdn1.imggmi.com/uploads/2019/9/5/dd8b729a2a160140f0f2849020b2d62b-full.png to eliminate issues described in #2049 (comment) and using configurations using steps mentioned in above comment, we are getting getNativeImageTranscoder thrown an exception (as nativeImageTranscoder have been excluded) and the fallback to SimpleImageTranscoder never reaches, so no image can be loaded
getNativeImageTranscoder
SimpleImageTranscoder
use excluding nativeimagetranscoder module solution described and approved in #2049 (comment)
[thrown exception should be handled in order to continue execution to SimpleImageTranscoder fallback ]
The text was updated successfully, but these errors were encountered:
@tyronen @oprisnik hey, can you check this out pls?
Sorry, something went wrong.
Solution: add ImagePipelineConfig.Builder:: setImageTranscoderType(ImageTranscoderType.JAVA_TRANSCODER); #2049 (comment)
ImagePipelineConfig.Builder:: setImageTranscoderType(ImageTranscoderType.JAVA_TRANSCODER);
Cool, I'll close this then. We're also working on a Java-only Fresco version, so this should be much easier soon.
No branches or pull requests
https://cdn1.imggmi.com/uploads/2019/9/5/dd8b729a2a160140f0f2849020b2d62b-full.png
to eliminate issues described in #2049 (comment) and using configurations using steps mentioned in above comment, we are getting
getNativeImageTranscoder
thrown an exception (as nativeImageTranscoder have been excluded) and the fallback toSimpleImageTranscoder
never reaches, so no image can be loadedReproduction
use excluding nativeimagetranscoder module solution described and approved in #2049 (comment)
Solution
[thrown exception should be handled in order to continue execution to
SimpleImageTranscoder
fallback ]Additional Information
The text was updated successfully, but these errors were encountered: