From ad0d329b3bd67604694dcc70650ddbca596e15f6 Mon Sep 17 00:00:00 2001 From: wangliankun Date: Mon, 6 Jul 2026 16:07:51 +0800 Subject: [PATCH] =?UTF-8?q?feat(image):=E4=BF=AE=E6=94=B9=E7=9B=B8?= =?UTF-8?q?=E5=86=8C=E4=B8=AD=E6=96=87=E5=90=8D=EF=BC=8C=E5=A4=84=E7=90=86?= =?UTF-8?q?=E5=86=B2=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/upload_image/upload_images_tool.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/upload_image/upload_images_tool.dart b/lib/upload_image/upload_images_tool.dart index 66ce219..39a7c2d 100644 --- a/lib/upload_image/upload_images_tool.dart +++ b/lib/upload_image/upload_images_tool.dart @@ -346,7 +346,7 @@ class UploadImagesTool { final File? file = await result[i].file; if (file != null) { final _CompressedImageFile? compressedFile = - await _compressGalleryImage(file, tempDir); + await _compressGalleryImage(file, tempDir); if (compressedFile != null) { selectedFiles.add(compressedFile); }