Fix notification name.
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -215,7 +215,7 @@ NSString *const SDWebImageDownloadFinishNotification = @"SDWebImageDownloadFinis | @@ -215,7 +215,7 @@ NSString *const SDWebImageDownloadFinishNotification = @"SDWebImageDownloadFinis | ||
215 | self.imageData = [[NSMutableData alloc] initWithCapacity:expected]; | 215 | self.imageData = [[NSMutableData alloc] initWithCapacity:expected]; |
216 | self.response = response; | 216 | self.response = response; |
217 | dispatch_async(dispatch_get_main_queue(), ^{ | 217 | dispatch_async(dispatch_get_main_queue(), ^{ |
218 | - [[NSNotificationCenter defaultCenter] postNotificationName:SDWebImageDownloadResponseNotification object:self]; | 218 | + [[NSNotificationCenter defaultCenter] postNotificationName:SDWebImageDownloadReceiveResponseNotification object:self]; |
219 | }); | 219 | }); |
220 | } | 220 | } |
221 | else { | 221 | else { |
-
Please register or login to post a comment