We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 973ec68 commit 7397ee8Copy full SHA for 7397ee8
library/src/com/nostra13/universalimageloader/core/decode/ImageDecodingInfo.java
@@ -101,6 +101,11 @@ public String getImageUri() {
101
return imageUri;
102
}
103
104
+ /** @return The original uri that the request wanted */
105
+ public String getOriginalImageUri() {
106
+ return originalImageUri;
107
+ }
108
+
109
/**
110
* @return Target size for image. Decoded bitmap should close to this size according to {@linkplain ImageScaleType
111
* image scale type} and {@linkplain ViewScaleType view scale type}.
0 commit comments