Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier Poitrey committed Mar 12, 2013
1 parent eed78e3 commit 9a29af4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SDWebImage/SDWebImageManager.m
Expand Up @@ -111,7 +111,7 @@ - (NSString *)cacheKeyForURL:(NSURL *)url
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;
}
Expand Down

0 comments on commit 9a29af4

Please sign in to comment.