Explorar el Código

start download task for image views

Tobias Conradi hace 9 años
padre
commit
c72be70fc9
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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