Fix typo
This commit is contained in:
parent
eed78e37e8
commit
9a29af466b
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue