feat(ios):修改iOS照片请求权限
This commit is contained in:
@@ -26,11 +26,6 @@ class DownLoadImageTool {
|
||||
// 打开应用设置,让用户手动启用权限
|
||||
await openAppSettings();
|
||||
}
|
||||
|
||||
if (status.isDenied) {
|
||||
// 打开应用设置,让用户手动启用权限
|
||||
await openAppSettings();
|
||||
}
|
||||
}
|
||||
|
||||
return status.isGranted;
|
||||
|
||||
Reference in New Issue
Block a user