소스 검색

fix stupid typo

Neeraj Gupta 3 년 전
부모
커밋
c4f7b9abc2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lib/utils/file_uploader.dart

+ 1 - 1
lib/utils/file_uploader.dart

@@ -239,7 +239,7 @@ class FileUploader {
           )
           ?.value;
 
-      if (pendingEntry == null &&
+      if (pendingEntry != null &&
           pendingEntry.file.fileType == FileType.video &&
           _currentlyVideoUploading < kMaximumConcurrentVideoUploads) {
         // check if there's any non-video entry which can be queued for upload