What steps will reproduce the problem?
1. Set a callback on bind
2. Image has been previously loaded and cached
3. onImageLoaded never gets called
What is the expected output? What do you see instead?
Callback to be called
What version of the product are you using? On what operating system?
Latest
Please provide any additional information below.
Line 524 add:
if(callback != null) {
callback.onImageLoaded(view, url);
}
Original issue reported on code.google.com by gart...@gmail.com on 9 Dec 2011 at 5:37
Original issue reported on code.google.com by
gart...@gmail.com
on 9 Dec 2011 at 5:37