Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
vlc
/
vlc-ios
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
start download task for image views
Tobias Conradi
9 years ago
parent
41c8276222
commit
c72be70fc9
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
SharedSources/UI Elements/VLCNetworkImageView.m
+ 1
- 0
SharedSources/UI Elements/VLCNetworkImageView.m
View File
@@ -64,6 +64,7 @@ static NSCache *sharedImageCache = nil;
}
}];
}];
+ [self.downloadTask resume];
}
}
@end