From a988974773374bf1ad68e4ea37aae3970ffb9167 Mon Sep 17 00:00:00 2001 From: ylecollen Date: Tue, 13 Jan 2015 12:58:18 +0100 Subject: [PATCH] Do not remove anymore the download rate during a download (it flickers too much). --- matrixConsole/API/MediaLoader.m | 3 --- 1 file changed, 3 deletions(-) diff --git a/matrixConsole/API/MediaLoader.m b/matrixConsole/API/MediaLoader.m index 86dddb507..f868b798c 100644 --- a/matrixConsole/API/MediaLoader.m +++ b/matrixConsole/API/MediaLoader.m @@ -167,9 +167,6 @@ NSString *const kMediaLoaderProgressDownloadRateKey = @"kMediaLoaderProgressDown } - (IBAction)progressCheckTimeout:(id)sender { - // remove the bitrate -> can be invalid - [statisticsDict removeObjectForKey:kMediaLoaderProgressDownloadRateKey]; - [[NSNotificationCenter defaultCenter] postNotificationName:kMediaDownloadProgressNotification object:mediaURL userInfo:statisticsDict]; [progressCheckTimer invalidate]; progressCheckTimer = nil;