Fixed #1993 Load image with option `SDWebImageRefreshCached` get error
#1737 introduced an issue that is using NSURLRequestReturnCacheDataDontLoad for our cached images which makes us never download again, which is not ok when using `SDWebImageRefreshCached`. Fixed by reverting to the original implementation here: `NSURLRequestUseProtocolCachePolicy` vs `NSURLRequestReloadIgnoringLocalCacheData` (when `SDWebImageRefreshCached` is set)
Showing
1 changed file
with
4 additions
and
10 deletions
-
Please register or login to post a comment