mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-04 23:17:43 +02:00
Display the download stats info while downloading the high res picture (full screen mode)
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user