Disable preloading until relevant ordering can be ensured

This commit is contained in:
Vishnu Mohandas 2020-10-28 21:16:15 +05:30
parent 28098cae79
commit ff4b620d0d

View file

@ -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) {