summaryrefslogtreecommitdiff
path: root/src/de/danoeh/antennapod/asynctask/MiroGuideThumbnailDownloader.java
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2012-08-03 15:11:55 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2012-08-03 15:11:55 +0200
commita0cedbcbed8b422188324dd2c1cabdfcf7a7dded (patch)
tree0f26f272c15faef426753fb658f0f1844b6d43e5 /src/de/danoeh/antennapod/asynctask/MiroGuideThumbnailDownloader.java
parent24775b9163326e01ffc7c5114597e579b4134ad7 (diff)
downloadAntennaPod-a0cedbcbed8b422188324dd2c1cabdfcf7a7dded.zip
Implemented miroguide thumbnail download in FeedImageLoader
Diffstat (limited to 'src/de/danoeh/antennapod/asynctask/MiroGuideThumbnailDownloader.java')
-rw-r--r--src/de/danoeh/antennapod/asynctask/MiroGuideThumbnailDownloader.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/de/danoeh/antennapod/asynctask/MiroGuideThumbnailDownloader.java b/src/de/danoeh/antennapod/asynctask/MiroGuideThumbnailDownloader.java
index 00776c4a2..98b7ba04c 100644
--- a/src/de/danoeh/antennapod/asynctask/MiroGuideThumbnailDownloader.java
+++ b/src/de/danoeh/antennapod/asynctask/MiroGuideThumbnailDownloader.java
@@ -73,7 +73,7 @@ public class MiroGuideThumbnailDownloader extends BitmapDecodeWorkerTask {
output.write(inputBuffer, 0, count);
}
output.close();
-
+ if (AppConfig.DEBUG) Log.d(TAG, "MiroGuide thumbnail downloaded");
// Get a smaller version of the bitmap and store it inside the
// LRU
// Cache