difference between request and result.request in ImageRequest.Listener.onSuccess method #1895
Unanswered
VarenytsiaMykhailo
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What difference is between request and result.request in ImageRequest.Listener.onSuccess method?
Do these requests equal?
What about next case?
Example. I make request to load image from some url1, and server of this url redirect/download to other url2.
Will the request contain url1 and result.request contain url2?
Beta Was this translation helpful? Give feedback.
All reactions