feat(ios):修改iOS照片请求权限

This commit is contained in:
2025-10-28 15:28:31 +08:00
parent 55ab438c11
commit 0794910cab

View File

@@ -26,11 +26,6 @@ class DownLoadImageTool {
// 打开应用设置,让用户手动启用权限
await openAppSettings();
}
if (status.isDenied) {
// 打开应用设置,让用户手动启用权限
await openAppSettings();
}
}
return status.isGranted;