Skip to content

Commit 1110e3c

Browse files
committed
Added a function to return the URL of the image to load.
1 parent 9a13561 commit 1110e3c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/main/java/com/github/droidfu/widgets/WebImageView.java

100755100644
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,4 +203,12 @@ protected boolean handleImageLoaded(Bitmap bitmap, Message msg) {
203203
return wasUpdated;
204204
}
205205
}
206+
207+
/**
208+
* Returns the URL of the image to show
209+
* @return
210+
*/
211+
public String getImageUrl() {
212+
return imageUrl;
213+
}
206214
}

0 commit comments

Comments
 (0)