We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eed78e3 commit 9a29af4Copy full SHA for 9a29af4
SDWebImage/SDWebImageManager.m
@@ -111,7 +111,7 @@ - (NSString *)cacheKeyForURL:(NSURL *)url
111
if (image && options & SDWebImageRefreshCached)
112
{
113
// force progressive off if image already cached but forced refreshing
114
- downloaderOptions ^= SDWebImageDownloaderProgressiveDownload;
+ downloaderOptions &= ~SDWebImageDownloaderProgressiveDownload;
115
// ignore image read from NSURLCache if image if cached but force refreshing
116
downloaderOptions |= SDWebImageDownloaderIgnoreCachedResponse;
117
}
0 commit comments