Neeraj Gupta преди 3 години
родител
ревизия
22a46e2f25
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      lib/utils/file_uploader.dart

+ 1 - 1
lib/utils/file_uploader.dart

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