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.
2 parents 5221b42 + fec71ee commit e0df59bCopy full SHA for e0df59b
library/src/com/nostra13/universalimageloader/core/LoadAndDisplayImageTask.java
@@ -131,7 +131,7 @@ public void run() {
131
checkTaskNotActual();
132
133
bmp = configuration.memoryCache.get(memoryCacheKey);
134
- if (bmp == null) {
+ if (bmp == null || bmp.isRecycled()) {
135
bmp = tryLoadBitmap();
136
if (bmp == null) return; // listener callback already was fired
137
0 commit comments