Don't prefetch files from server
This commit is contained in:
parent
caea7b55fc
commit
f3446a9ed0
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ void preloadFile(File file) {
|
|||
return;
|
||||
}
|
||||
if (file.localID == null) {
|
||||
getFileFromServer(file);
|
||||
// getFileFromServer(file);
|
||||
} else {
|
||||
if (FileLruCache.get(file) == null) {
|
||||
file.getAsset().then((asset) {
|
||||
|
|
Loading…
Add table
Reference in a new issue