浏览代码

Add comment linking to Github issue

Vishnu Mohandas 4 年之前
父节点
当前提交
0969b8f73f
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      lib/utils/file_uploader.dart

+ 1 - 0
lib/utils/file_uploader.dart

@@ -257,6 +257,7 @@ class FileUploader {
           file.toString() +
           ", isForced: " +
           forcedUpload.toString());
+      // The timeouts are to safeguard against https://github.com/CaiJingLong/flutter_photo_manager/issues/467
       final asset = await file
           .getAsset()
           .timeout(Duration(seconds: 3))