Please enable JavaScript in your browser!
Home
Esplora
Aiuto
Accedi
vlc
/
vlc-ios
Segui
2
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Sfoglia il codice sorgente
start download task for image views
Tobias Conradi
9 anni fa
parent
41c8276222
commit
c72be70fc9
1 ha cambiato i file
con
1 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
1
0
SharedSources/UI Elements/VLCNetworkImageView.m
+ 1
- 0
SharedSources/UI Elements/VLCNetworkImageView.m
Vedi File
@@ -64,6 +64,7 @@ static NSCache *sharedImageCache = nil;
}
}];
}];
+ [self.downloadTask resume];
}
}
@end