Display the download stats info while downloading the high res picture (full screen mode)

This commit is contained in:
ylecollen
2015-01-07 15:49:29 +01:00
parent a16f434be3
commit 10ea385d6b
5 changed files with 182 additions and 16 deletions
+1 -1
View File
@@ -64,7 +64,7 @@
NSString* url = notif.object;
if ([url isEqualToString:self.message.thumbnailURL] || [url isEqualToString:self.message.attachmentURL]) {
NSNumber* progressNumber = [notif.userInfo valueForKey:kMediaManagerProgressKey];
NSNumber* progressNumber = [notif.userInfo valueForKey:kMediaManagerProgressRateKey];
if (progressNumber) {
[self updateUploadProgressTo:progressNumber.floatValue];