Fix notification name.

This commit is contained in:
Naoki Morita 2014-12-16 12:23:41 +09:00
parent cd977d70a4
commit 327c444322
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ NSString *const SDWebImageDownloadFinishNotification = @"SDWebImageDownloadFinis
self.imageData = [[NSMutableData alloc] initWithCapacity:expected];
self.response = response;
dispatch_async(dispatch_get_main_queue(), ^{
[[NSNotificationCenter defaultCenter] postNotificationName:SDWebImageDownloadResponseNotification object:self];
[[NSNotificationCenter defaultCenter] postNotificationName:SDWebImageDownloadReceiveResponseNotification object:self];
});
}
else {