Disable preloading until relevant ordering can be ensured
This commit is contained in:
parent
28098cae79
commit
ff4b620d0d
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