瀏覽代碼

quick fix: the downloading network activity indicator display

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
Pierre SAGASPE 11 年之前
父節點
當前提交
6b2e727d5f
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Sources/VLCDownloadViewController.m

+ 1 - 0
Sources/VLCDownloadViewController.m

@@ -222,6 +222,7 @@
 - (void)downloadStarted
 {
     [self.activityIndicator stopAnimating];
+    [(VLCAppDelegate*)[UIApplication sharedApplication].delegate networkActivityStopped];
     [(VLCAppDelegate*)[UIApplication sharedApplication].delegate networkActivityStarted];
     self.currentDownloadLabel.text = _humanReadableFilename;
     self.progressView.progress = 0.;