浏览代码

Improve comment

Neeraj Gupta 2 年之前
父节点
当前提交
31f66f799d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/utils/file_uploader.dart

+ 1 - 1
lib/utils/file_uploader.dart

@@ -711,7 +711,7 @@ class FileUploader {
       if (userDetails == null) {
         return;
       }
-      // add 5MB to the free storage
+      // add k20MBStorageBuffer to the free storage
       final num freeStorage = userDetails.getFreeStorage() + k20MBStorageBuffer;
       final num fileSize = await fileToBeUploaded.length();
       if (fileSize > freeStorage) {