markcorn / libs-for-android

Automatically exported from code.google.com/p/libs-for-android
Apache License 2.0
0 stars 0 forks source link

Callback.onImageLoaded for cached bitmaps #12

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
http://code.google.com/p/libs-for-android/source/detail?r=971428d0302819a77c3cc7
28a261f2fc0654f2f0

Original comment by pbald...@google.com on 9 Dec 2011 at 8:38