Explorar o código

start download task for image views

Tobias Conradi %!s(int64=9) %!d(string=hai) anos
pai
achega
c72be70fc9
Modificáronse 1 ficheiros con 1 adicións e 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