Skip to content

Commit 9a29af4

Browse files
author
Olivier Poitrey
committed
Fix typo
1 parent eed78e3 commit 9a29af4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SDWebImage/SDWebImageManager.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ - (NSString *)cacheKeyForURL:(NSURL *)url
111111
if (image && options & SDWebImageRefreshCached)
112112
{
113113
// force progressive off if image already cached but forced refreshing
114-
downloaderOptions ^= SDWebImageDownloaderProgressiveDownload;
114+
downloaderOptions &= ~SDWebImageDownloaderProgressiveDownload;
115115
// ignore image read from NSURLCache if image if cached but force refreshing
116116
downloaderOptions |= SDWebImageDownloaderIgnoreCachedResponse;
117117
}

0 commit comments

Comments
 (0)