Skip to content

Commit 7397ee8

Browse files
committed
add function to retrieve original uri
1 parent 973ec68 commit 7397ee8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

library/src/com/nostra13/universalimageloader/core/decode/ImageDecodingInfo.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,11 @@ public String getImageUri() {
101101
return imageUri;
102102
}
103103

104+
/** @return The original uri that the request wanted */
105+
public String getOriginalImageUri() {
106+
return originalImageUri;
107+
}
108+
104109
/**
105110
* @return Target size for image. Decoded bitmap should close to this size according to {@linkplain ImageScaleType
106111
* image scale type} and {@linkplain ViewScaleType view scale type}.

0 commit comments

Comments
 (0)