From 0794910cab05b55e82a93f934485c11b45c0f4b1 Mon Sep 17 00:00:00 2001 From: wangliankun Date: Tue, 28 Oct 2025 15:28:31 +0800 Subject: [PATCH] =?UTF-8?q?feat(ios):=E4=BF=AE=E6=94=B9iOS=E7=85=A7?= =?UTF-8?q?=E7=89=87=E8=AF=B7=E6=B1=82=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/upload_image/down_load_image_tool.dart | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/upload_image/down_load_image_tool.dart b/lib/upload_image/down_load_image_tool.dart index 5b0f515..58915ee 100644 --- a/lib/upload_image/down_load_image_tool.dart +++ b/lib/upload_image/down_load_image_tool.dart @@ -26,11 +26,6 @@ class DownLoadImageTool { // 打开应用设置,让用户手动启用权限 await openAppSettings(); } - - if (status.isDenied) { - // 打开应用设置,让用户手动启用权限 - await openAppSettings(); - } } return status.isGranted;