소스 검색

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