Sfoglia il codice sorgente

start download task for image views

Tobias Conradi 9 anni fa
parent
commit
c72be70fc9
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      SharedSources/UI Elements/VLCNetworkImageView.m

+ 1 - 0
SharedSources/UI Elements/VLCNetworkImageView.m

@@ -64,6 +64,7 @@ static NSCache *sharedImageCache = nil;
                 }
             }];
         }];
+        [self.downloadTask resume];
     }
 }
 @end