Przeglądaj źródła

start download task for image views

Tobias Conradi 9 lat temu
rodzic
commit
c72be70fc9
1 zmienionych plików z 1 dodań i 0 usunięć
  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