This commit is contained in:
Olivier Poitrey 2013-03-12 19:15:25 +01:00
parent eed78e37e8
commit 9a29af466b
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@
if (image && options & SDWebImageRefreshCached)
{
// force progressive off if image already cached but forced refreshing
downloaderOptions ^= SDWebImageDownloaderProgressiveDownload;
downloaderOptions &= ~SDWebImageDownloaderProgressiveDownload;
// ignore image read from NSURLCache if image if cached but force refreshing
downloaderOptions |= SDWebImageDownloaderIgnoreCachedResponse;
}