Преглед на файлове

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.;